用户信息修改接口

This commit is contained in:
张松
2025-10-23 17:04:37 +08:00
parent 7e6b791ac9
commit eef047d3ff

View File

@@ -33,4 +33,5 @@ public class ShopUserEditDTO {
*/
@Size(min = 1, message = "手机号不为空")
private String phone;
private Integer status;
}