647556386
8 天以前 f29f358f589f5b1c2589c07b65845650be7aafef
项目代码/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; }
    }
}