@be-link/pos-cli-nodejs 1.0.112 → 1.0.113
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 +1 -1
- package/types.d.ts +0 -4
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -1244,10 +1244,6 @@ export interface ITradeOrderTourMaterialInfo {
|
|
|
1244
1244
|
* 代办费用
|
|
1245
1245
|
*/
|
|
1246
1246
|
agentCharge: number;
|
|
1247
|
-
/**
|
|
1248
|
-
* 整单出行材料状态(0:未完成 1:已完成)
|
|
1249
|
-
*/
|
|
1250
|
-
tourMaterialStatus: number;
|
|
1251
1247
|
}
|
|
1252
1248
|
/** 订单查询结果 */
|
|
1253
1249
|
export type QueryDataRes<K extends (keyof QueryDataBlockTypeMap)[]> = {
|