法规清单--报告

This commit is contained in:
zhn
2022-05-31 10:12:41 +08:00
parent 65fc1b9c89
commit 6709b7c925
2 changed files with 4 additions and 0 deletions
@@ -433,5 +433,8 @@ public class ProjectLawsInventoryEO implements Serializable {
@ApiModelProperty(value = "调取虚拟清单,虚拟清单中维护数据为空时,进行二次确认")
private String flag;
@ApiModelProperty(value = "报告id")
private String fileId;
}
@@ -44,6 +44,7 @@
<result column="verify_remark" property="verifyRemark" />
<result column="prehomo_remark" property="prehomoRemark" />
<result column="design_remark" property="designRemark" />
<result column="file_id" property="fileId" />
</resultMap>
<select id="getlistingToConfirmStatistics" resultType="hashmap">