| | |
| | | [SugarColumn(ColumnName = "Exp_date", IsNullable = true, Length = 8, ColumnDescription = "æ ¡æ(yyyymmmdd)")] |
| | | public string Exp_date { get; set; } |
| | | |
| | | //åºæ¿å· |
| | | [SugarColumn(ColumnName = "Warehouse_no", IsNullable = true, ColumnDescription = "åºæ¿å·")] |
| | | public string Warehouse_no { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 订å详æ
ç¶æ æ°å»ºï¼å¼å§ï¼å·²å®æ |
| | | /// åºæ¿å·+ç¶æ+ï¼æ°å»ºï¼ï¼å¤ææ¯å¦ä¸åç»wcs |
| | | /// 详æ
å¼å§ï¼å¼å§ï¼ |
| | | /// 详æ
宿ï¼å·²å®æï¼ç§»å
¥åå²è¡¨å é¤ä¿¡æ¯ï¼ |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "OotDetailStatus", IsNullable = true, Length = 50, ColumnDescription = "ç¶æ")] |
| | | public string OotDetailStatus { get; set; } |
| | | |
| | | |
| | | [SugarColumn(ColumnName = "Status",IsNullable =true, ColumnDescription = "䏿¸¸ç¶æï¼åæ¥ç¶æï¼0æªåæ¥ï¼1已忥ï¼åæ¥åç»wcsï¼")] |
| | | public int Status { get; set; } |
| | | |
| | | // 导èªå±æ§ï¼ä¸ä¸ªæç»å¯¹åºä¸ä¸ªè¯åä¿¡æ¯ |
| | | [Navigate(NavigateType.OneToOne, nameof(Goods_no), nameof(Dt_MedicineGoods.Goods_no))] |
| | | public Dt_MedicineGoods MedicineGoods { get; set; } |
| | | |
| | | //æ¯å¦éè¦ä¸é¢çåæ®µ |
| | | //skuåç§° productName |
| | | //skuè§æ ¼ ProductSpecifications |
| | | //æ°é quantity |
| | | //çäºæç» StocktakingDetails |
| | | //skuåç§° |
| | | [SugarColumn(ColumnName = "ProductName", IsNullable = true, ColumnDescription = "skuåç§°")] |
| | | public string ProductName { get; set; } |
| | | |
| | | //skuè§æ ¼ |
| | | [SugarColumn(ColumnName = "ProductSpecifications", IsNullable = true, ColumnDescription = "skuè§æ ¼")] |
| | | public string ProductSpecifications { get; set; } |
| | | |
| | | //çäºæç» |
| | | //StoktakingDetails |
| | | |
| | | |
| | | |
| | | } |
| | | } |