| | |
| | | [SugarColumn(ColumnName = "Goods_tym", IsNullable = true, Length = 50, ColumnDescription = "è¯åéç¨å")] |
| | | public string Goods_tym { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | [SugarColumn(ColumnName = "Goods_spm", IsNullable = true, Length = 50, ColumnDescription = "è¯ååç§°")] |
| | | public string Goods_spm { get; set; } |
| | | |
| | |
| | | public string Remark { get; set; } |
| | | |
| | | |
| | | [SugarColumn(ColumnName = "GoodStatus", IsNullable = true, Length = 50, ColumnDescription = "è¯åç¶æï¼æ¯å¦ä¸åç»wcsï¼æªä¸åï¼ä¸å宿")] |
| | | public string GoodStatus { get; set; } |
| | | |
| | | |
| | | } |
| | | } |