小程序用户改用门店登录

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
+2 -2
View File
@@ -1,7 +1,7 @@
/** 通知(user_id=0 为全员广播) */
/** 通知(store_id=0 为全员广播) */
export default interface INotice {
id?: number;
user_id?: number;
store_id?: number;
/** order订单 price价格 system系统 */
type?: string;
title?: string;