feat: 法规符合性评估-不符合项库列表接口 增加整改周期字段

This commit is contained in:
2024-06-24 20:43:01 +08:00
parent 41ddd0b0c8
commit b1ccae82a5
@@ -145,6 +145,11 @@ public class LawsEvaluationNotMetLibrary implements Serializable {
*/
private String problemType;
/**
* 整改周期
*/
private String correctionPeriod;
/**
* 整改完成日期
*/