员工账号修改接口

This commit is contained in:
张松
2025-02-27 11:12:50 +08:00
parent eda74e2609
commit 9c2c35c5cf
2 changed files with 4 additions and 6 deletions

View File

@@ -29,7 +29,6 @@ public class ShopStaffEditDTO {
/**
* 登录账号
*/
@NotEmpty(message = "账号不为空")
private String accountName;
/**
* 登录密码
@@ -38,12 +37,10 @@ public class ShopStaffEditDTO {
/**
* 手机号
*/
@NotEmpty(message = "手机号不为空")
private String phone;
/**
* 员工编号
*/
@NotEmpty(message = "编号不为空")
private String code;
/**
* 优惠类型 1 折扣 0 金额