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