瀏覽代碼

添加产线字段

laoyao 3 年之前
父節點
當前提交
60115ffb34

+ 5 - 0
imcs-admin-boot/imcs-business-entity/src/main/java/com/github/zuihou/business/productionReadyCenter/entity/BBom.java

@@ -222,6 +222,11 @@ public class BBom extends Entity<Long> {
     @TableField("remark")
     private String  remark;
 
+    @ApiModelProperty(value = "产线")
+    @TableField("zone_id")
+    @Excel(name = "产线")
+    private Long zoneId;
+
 
 
     @Builder

+ 5 - 0
imcs-admin-boot/imcs-business-entity/src/main/java/com/github/zuihou/business/productionReadyCenter/entity/BomVersionInfo.java

@@ -126,6 +126,11 @@ public class BomVersionInfo extends Entity<Long> {
     @Excel(name = "备注")
     private String remark;
 
+    @ApiModelProperty(value = "产线")
+    @TableField("zone_id")
+    @Excel(name = "产线")
+    private Long zoneId;
+
 
     @Builder
     public BomVersionInfo(Long id, LocalDateTime createTime, Long createUser, LocalDateTime updateTime, Long updateUser, 

+ 5 - 0
imcs-admin-boot/imcs-business-entity/src/main/java/com/github/zuihou/business/productionReadyCenter/entity/MMeterial.java

@@ -56,6 +56,11 @@ public class MMeterial extends Entity<Long> {
     @Excel(name = "物料编码")
     private String meterialCode;
 
+    @ApiModelProperty(value = "产线")
+    @TableField("zone_id")
+    @Excel(name = "产线")
+    private Long zoneId;
+
     /**
      * 器材名称
      */

+ 5 - 0
imcs-admin-boot/imcs-business-entity/src/main/java/com/github/zuihou/business/productionReadyCenter/entity/MToolClamp.java

@@ -51,6 +51,11 @@ public class MToolClamp extends Entity<Long> {
     @Excel(name = "物料编号")
     private String no;
 
+    @ApiModelProperty(value = "产线")
+    @TableField("zone_id")
+    @Excel(name = "产线")
+    private Long zoneId;
+
     /**
      * 模型名称
      */

+ 5 - 0
imcs-admin-boot/imcs-business-entity/src/main/java/com/github/zuihou/business/productionReadyCenter/entity/Tray.java

@@ -63,6 +63,11 @@ public class Tray extends Entity<Long> {
     @Excel(name = "名称")
     private String name;
 
+    @ApiModelProperty(value = "产线")
+    @TableField("zone_id")
+    @Excel(name = "产线")
+    private Long zoneId;
+
     /**
      * 编号
      */