| | |
| | | public string InoutType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 推单系统 |
| | | /// </summary> |
| | | public string System { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 备注 |
| | | /// </summary> |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 新建时引用仓库ID |
| | | /// </summary> |
| | | public int WarehouseId { get; set; } |
| | | |
| | | [PropertyValidate("单据明细信息", NotNullAndEmpty = true)] |
| | | public List<OutboundOrderDetailAddDTO> Details { get; set; } |
| | | |
| | | [PropertyValidate("盘点单据明细信息", NotNullAndEmpty = true)] |
| | | [PropertyValidate("盘点单据明细信息", NotNullAndEmpty = false)] |
| | | public List<OutboundOrderInventoryDTO> InventoryDetails { get; set; } |
| | | } |
| | | } |