ci: 统一三标文件字段名

This commit is contained in:
2023-09-20 15:28:55 +08:00
parent 13a8f6afa0
commit 5f62ef7432
2 changed files with 10 additions and 10 deletions
@@ -240,7 +240,7 @@ public class LawsEnterpriseStandard implements Serializable {
* 关联文件
*/
@ApiModelProperty(value = "关联文件")
private String relevantDocument;
private String associatedFile;
/**
* 采用国际标准号
@@ -252,25 +252,25 @@ public class LawsEnterpriseStandard implements Serializable {
* 发布稿(原文)
*/
@ApiModelProperty(value = "发布稿(原文)")
private String originalRelease;
private String publishOfOriginal;
/**
* 修改单
*/
@ApiModelProperty(value = "修改单")
private String modificationForm;
private String modificationList;
/**
* 报批稿
*/
@ApiModelProperty(value = "报批稿")
private String approvalDraft;
private String draftForReview;
/**
* 征求意见稿
*/
@ApiModelProperty(value = "征求意见稿")
private String feedbackDraft;
private String draftForComment;
/**
* 草案
@@ -40,12 +40,12 @@
<result property="partName" column="part_name" jdbcType="VARCHAR"/>
<result property="standardScope" column="standard_scope" jdbcType="VARCHAR"/>
<result property="acquisitionDegree" column="acquisition_degree" jdbcType="VARCHAR"/>
<result property="relevantDocument" column="relevant_document" jdbcType="VARCHAR"/>
<result property="associatedFile" column="associated_file" jdbcType="VARCHAR"/>
<result property="internationalStandardNum" column="international_standard_num" jdbcType="VARCHAR"/>
<result property="originalRelease" column="original_release" jdbcType="VARCHAR"/>
<result property="modificationForm" column="modification_form" jdbcType="VARCHAR"/>
<result property="approvalDraft" column="approval_draft" jdbcType="VARCHAR"/>
<result property="feedbackDraft" column="feedback_draft" jdbcType="VARCHAR"/>
<result property="publishOfOriginal" column="publish_of_original" jdbcType="VARCHAR"/>
<result property="modificationList" column="modification_list" jdbcType="VARCHAR"/>
<result property="draftForReview" column="draft_for_review" jdbcType="VARCHAR"/>
<result property="draftForComment" column="draft_for_comment" jdbcType="VARCHAR"/>
<result property="draft" column="draft" jdbcType="VARCHAR"/>
<result property="chapterClause" column="chapter_clause" jdbcType="VARCHAR"/>
<result property="standardContentOrRequirements" column="standard_content_or_requirements" jdbcType="VARCHAR"/>