文件名从 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/BasicInfo/WarehouseDTO.cs 修改 |
| | |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | |
| | | namespace WIDESEAWCS_DTO.BasicInfo |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | public class WarehouseDTO |
| | | /// <summary> |
| | | /// 浠撳簱淇℃伅 |
| | | /// </summary> |
| | | [SugarTable(nameof(Dt_Warehouse), "浠撳簱淇℃伅")] |
| | | public class Dt_Warehouse : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// 涓婚敭 |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] |
| | | [SugarColumn(IsPrimaryKey = true, ColumnDescription = "涓婚敭")] |
| | | public int WarehouseId { get; set; } |
| | | |
| | | /// <summary> |