647556386
2025-12-03 c7971052ec1636e58fb3f3ee95c15148f2cd5232
项目代码/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; }
    }
}