1
647556386
2026-01-20 21f9a188ea9c7f8c5aefea9f151c963ebe45b627
项目代码/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; }
    }
}