解读入库
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user