647556386
2026-03-25 2160da38475f574a904da5c5374d82d6f6a82ab3
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Basic/LocationGroupDTO.cs
@@ -1,8 +1,10 @@
锘縰sing System;
锘縰sing SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core.DB.Models;
namespace WIDESEA_DTO.Basic
{
@@ -32,4 +34,10 @@
        public int EnableStatusB { get; set; }
    }
    public class LocationTypeDto
    {
        public int LocationType { get; set; }
        public string LocationTypeDesc { get; set; }
    }
}