Merge remote-tracking branch 'origin/develop_master' into develop_1

This commit is contained in:
yanyizhou
2021-08-10 18:15:49 +08:00
2 changed files with 11 additions and 0 deletions
@@ -172,5 +172,14 @@ public class SarStandItems extends BaseEntity {
private String responsibleEngineer;
@ApiModelProperty(value = "相对于上一版本变化点")
@TableField("compared_with_previous")
private String comparedWithPrevious;
@ApiModelProperty(value = "合规性分析")
@TableField("compliance_state")
private String complianceState;
}