Commit 7e5217aa by zhangxingmin

push

parent 0ce74b44
...@@ -23,7 +23,7 @@ public class ApiAppointmentEditStatusRequest { ...@@ -23,7 +23,7 @@ public class ApiAppointmentEditStatusRequest {
/** /**
* 预约状态 * 预约状态
*/ */
@NotNull(message = "预约状态不能为空") // @NotNull(message = "预约状态不能为空")
private Integer status; private Integer status;
/** /**
......
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