Commit 004884f2 by 赵剑炜

调整各个视图,将报废的物资剔除于总数量

parent 4c472374
...@@ -27,7 +27,7 @@ namespace JmpModel.Model ...@@ -27,7 +27,7 @@ namespace JmpModel.Model
[StringLength(50)] [StringLength(50)]
public string Date { get; set; } public string Date { get; set; }
[Column("photo")] [Column("photo")]
[StringLength(50)] [StringLength(255)]
public string Photo { get; set; } public string Photo { get; set; }
[Column("isDeal")] [Column("isDeal")]
[StringLength(50)] [StringLength(50)]
......
...@@ -3540,6 +3540,8 @@ Warehouse:仓库"); ...@@ -3540,6 +3540,8 @@ Warehouse:仓库");
entity.Property(e => e.EquipmentCode).IsUnicode(false); entity.Property(e => e.EquipmentCode).IsUnicode(false);
entity.Property(e => e.EquipmentCode1).IsUnicode(false);
entity.Property(e => e.EquipmentName).IsUnicode(false); entity.Property(e => e.EquipmentName).IsUnicode(false);
entity.Property(e => e.EquipmentSizecode).IsUnicode(false); entity.Property(e => e.EquipmentSizecode).IsUnicode(false);
......
...@@ -47,6 +47,9 @@ namespace JmpModel.Model ...@@ -47,6 +47,9 @@ namespace JmpModel.Model
[Column("equipment_name")] [Column("equipment_name")]
[StringLength(64)] [StringLength(64)]
public string EquipmentName { get; set; } public string EquipmentName { get; set; }
[Column("equipmentCode")]
[StringLength(36)]
public string EquipmentCode1 { get; set; }
[Column("equipment_sizecode")] [Column("equipment_sizecode")]
[StringLength(36)] [StringLength(36)]
public string EquipmentSizecode { get; set; } public string EquipmentSizecode { get; set; }
......
...@@ -435,7 +435,7 @@ ...@@ -435,7 +435,7 @@
"ObjectType": 3 "ObjectType": 3
} }
], ],
"UiHint": "pc.junmppolicesqldev.dbo", "UiHint": "PC.junmppolicesqldev",
"UseBoolPropertiesWithoutDefaultSql": false, "UseBoolPropertiesWithoutDefaultSql": false,
"UseDatabaseNames": false, "UseDatabaseNames": false,
"UseDbContextSplitting": false, "UseDbContextSplitting": false,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论