小程序用户改用门店登录

This commit is contained in:
liu
2026-08-20 13:46:04 +08:00
parent 6d9f02d831
commit c1d490134e
251 changed files with 689 additions and 2727 deletions
+8
View File
@@ -6,6 +6,14 @@ export default interface IStore {
name?: string;
/** 门店编码 */
code?: string;
/** 登录账号(小程序端 账号+密码 登录) */
username?: string;
/** 登录密码(创建必填,编辑留空不修改;接口永不回显) */
password?: string;
/** 头像 */
avatar?: string;
/** 最后登录时间 */
last_login_at?: string | null;
/** 客户等级ID(决定商品价格) */
level_id?: number;
level?: ICustomerLevel;