Browse Source

外部报验功能-报验点

wangming 1 year ago
parent
commit
21c1097a66

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

@@ -307,5 +307,11 @@ public class ZhcxOutsideInspectionItpDo extends BaseDo {
     @TableField("LABORATORYPATHID")
     private String laboratorypathid;
 
+    /**
+     * 报验点
+     */
+    @TableField("INSPECTIONPOINT")
+    private String inspectionpoint;
+
 
 }