瀏覽代碼

更换数据库为云剑数据库

yaoyq 3 年之前
父節點
當前提交
22e47aafcc

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

@@ -127,6 +127,24 @@ public class BBom extends Entity<Long> {
     @Excel(name = "工艺模板id")
     private Long moduleId;
 
+
+    /**
+     * 工艺模板id
+     */
+    @ApiModelProperty(value = "原材料ID")
+    @TableField("meterial_id")
+    @Excel(name = "原材料ID")
+    private Long meterialId;
+
+
+    /**
+     * 工艺模板id
+     */
+    @ApiModelProperty(value = "托盘id")
+    @TableField("tray_id")
+    @Excel(name = "托盘id")
+    private Long trayId;
+
     /**
      * 同步标志
      */