| | |
| | | public string? SuppID { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 组织id |
| | | /// </summary> |
| | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 入库位 |
| | | /// 入库位 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? DepotSectionsCode { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 入库仓库 |
| | | /// 入库仓库 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? DepotsCode { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 入库仓库 |
| | | /// 入库仓库 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? DepotName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 入库人 |
| | | /// 入库人 |
| | | /// </summary> |
| | | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? RkUser { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 入库时间 |
| | | /// 入库时间 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | public DateTime? RkDate { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 是否入库 |
| | | /// 是否入库 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | public bool InChk { get; set; } |