bookingUser改为shopUser

This commit is contained in:
gxwebsoft
2024-05-07 17:31:38 +08:00
parent bf652139aa
commit 31d6517314
26 changed files with 1567 additions and 1786 deletions

View File

@@ -11,6 +11,10 @@ export interface LoginParam {
tenantId?: number;
// 是否记住密码
remember?: boolean;
// 手机号码
phone?: string;
// 短信验证码
code?: string;
}
/**