| | |
| | | public int OrderType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ERPåæ®å¯ä¸é® |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ERPOrderId", Length = 255)] |
| | | public string ERPOrderId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æID |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "MaterielID", Length = 255)] |
| | | public string MaterielID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æç¼ç |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "MaterielCode", Length = 255)] |
| | |
| | | public string MaterielName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»åºID |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "WareHouseId")] |
| | | public string WareHouseId { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æå¨ä»åº |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "Warehouse", Length = 255)] |
| | |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "AllocateWarehouse",Length =255)] |
| | | public string AllocateWarehouse { get; set; } |
| | | /// <summary> |
| | | /// è°æ¨ä»åºId |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "AllocateWarehouseId", Length = 255)] |
| | | public string AllocateWarehouseId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåºæ°é |