11
yanjinhui
4 天以前 517afb9079abcdecf99ec3ed4d71f90a4d479e7e
´úÂë¹ÜÀí/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_MedicineGoods.cs
@@ -21,6 +21,10 @@
        [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; }
@@ -58,5 +62,9 @@
        public string Remark { get; set; }
        [SugarColumn(ColumnName = "GoodStatus", IsNullable = true, Length = 50, ColumnDescription = "药品状态,是否下发给wcs,未下发,下发完成")]
        public string  GoodStatus { get; set; }
    }
}