| 文件名从 代码管理/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_BlankStockInfo.cs 修改 |
| | |
| | | namespace WIDESEA_Model.Models |
| | | { |
| | | /// <summary> |
| | | /// 鍧枡闅旂儹搴撳瓨淇℃伅 |
| | | /// 搴撳瓨淇℃伅 |
| | | /// </summary> |
| | | [SugarTable(nameof(Dt_BlankStockInfo), "鍧枡闅旂儹搴撳瓨淇℃伅")] |
| | | public class Dt_BlankStockInfo : BaseEntity |
| | | [SugarTable(nameof(Dt_StockInfo), "搴撳瓨淇℃伅")] |
| | | public class Dt_StockInfo : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// 涓婚敭 |
| | |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 妯″叿缂栧彿 |
| | | /// 鏂欐缂栧彿 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "妯″叿缂栧彿")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鏂欐缂栧彿")] |
| | | public string ContainerCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 璐т綅缂栧彿 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 30, ColumnDescription = "璐т綅缂栧彿")] |
| | | [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "璐т綅缂栧彿")] |
| | | public string LocationCode { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public int StockStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鏄惁绌烘 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏄惁绌烘")] |
| | | public bool IsEmpty { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鏄惁婊℃ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏄惁婊℃")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "鏄惁婊℃")] |
| | | public bool IsFill { get; set; } |
| | | |
| | | /// <summary> |