Browse Source

问题修复

wangming 1 year ago
parent
commit
f944c986b6

+ 12 - 0
business-entity/src/main/java/com/rongwei/bsentity/domain/ZhcxOutsideInspectionItpDo.java

@@ -331,4 +331,16 @@ public class ZhcxOutsideInspectionItpDo extends BaseDo {
     @TableField("INSPECTIONENPOINT")
     private String inspectionenpoint;
 
+    /**
+     * 部门id
+     */
+    @TableField("DEPARTID")
+    private String departid;
+
+    /**
+     * 部门名称
+     */
+    @TableField("DEPARTNAME")
+    private String departname;
+
 }