feat::加盟商

This commit is contained in:
suzhuhong
2026-01-30 10:33:15 +08:00
parent 8375e9e258
commit af5775f3fa
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ public class StoreUserDTO {
private String positionName;
public StoreUserDTO(String userName, String mobile) {
public StoreUserDTO(String userName, String mobile,String positionName) {
this.userName = userName;
this.mobile = mobile;
}