feat: 法规符合性评估库增加整改周期字段
This commit is contained in:
+7
@@ -125,6 +125,13 @@ public class LawsConformityAssessmentLibraryDetail implements Serializable {
|
||||
@ApiModelProperty(value = "整改费用")
|
||||
private String correctionCost;
|
||||
|
||||
/**
|
||||
* 整改周期
|
||||
*/
|
||||
@ApiModelProperty(value = "整改周期")
|
||||
@Dict(dicCode = "correction_period")
|
||||
private String correctionPeriod;
|
||||
|
||||
/**
|
||||
* 与其他项目共用性
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user