小程序用户改用门店登录
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user