Commit f698c0b9 by 王志超

feat: 预计变更切换时间前端处理

parent 4120bb18
Pipeline #87979 passed with stages
in 1 minute 46 seconds
...@@ -122,7 +122,6 @@ public class ChangeFlowCreateReq { ...@@ -122,7 +122,6 @@ public class ChangeFlowCreateReq {
/** /**
* 预计变更切换时间,(历史字段:变更结果确认时间),改 * 预计变更切换时间,(历史字段:变更结果确认时间),改
*/ */
@NotNull(message = "预计变更切换时间不能为空")
private Long changeConfirmResultTime; private Long changeConfirmResultTime;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment