@be-link/pos-cli-nodejs 1.0.81 → 1.0.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -228,6 +228,10 @@ export declare namespace Service {
|
|
|
228
228
|
tradeOrderId: string;
|
|
229
229
|
/** 餐食信息 */
|
|
230
230
|
mealInfo: string;
|
|
231
|
+
/** 操作人角色 */
|
|
232
|
+
operatorRole?: PosConstants.OperatorRoleEnum;
|
|
233
|
+
/** 操作人名称 */
|
|
234
|
+
operatorName?: string;
|
|
231
235
|
}
|
|
232
236
|
interface updateContract {
|
|
233
237
|
/** 订单号 */
|