Sfoglia il codice sorgente

外部报验拆单写入--检查地点补充字段

zhuang 1 anno fa
parent
commit
04025d8b60

+ 5 - 2
business-entity/src/main/java/com/rongwei/bsentity/domain/ZhcxOutsideInspectionItpDo.java

@@ -231,6 +231,9 @@ public class ZhcxOutsideInspectionItpDo extends BaseDo {
      */
     @TableField("FILES")
     private String files;
-
-
+    /**
+     * 检查地点补充
+     */
+    @TableField("INSPECTIONLOCATIONSUPPLEMENT")
+    private String inspectionlocationsupplement;
 }