feat::加盟商

This commit is contained in:
suzhuhong
2026-01-30 10:37:30 +08:00
parent af5775f3fa
commit 77fea915e9

View File

@@ -23,5 +23,6 @@ public class StoreUserDTO {
public StoreUserDTO(String userName, String mobile,String positionName) {
this.userName = userName;
this.mobile = mobile;
this.positionName = positionName;
}
}