1.修改变压器代码
2.优化策略,策略添加和修改的验证
This commit is contained in:
@@ -89,7 +89,7 @@ public class TerminalParam {
|
||||
private String installPlace;
|
||||
|
||||
@ApiModelProperty(value = "检测时间")
|
||||
private String inspectionTime;
|
||||
private LocalDate inspectionTime;
|
||||
|
||||
@ApiModelProperty(value = "送检单位")
|
||||
private String inspectionUnit;
|
||||
@@ -129,7 +129,7 @@ public class TerminalParam {
|
||||
private String installPlace;
|
||||
|
||||
@ApiModelProperty(value = "检测时间")
|
||||
private String inspectionTime;
|
||||
private LocalDate inspectionTime;
|
||||
|
||||
@ApiModelProperty(value = "送检单位")
|
||||
private String inspectionUnit;
|
||||
|
||||
Reference in New Issue
Block a user