lzh-common 0.0.460 → 0.0.461
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.
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
import { AssigneeBalanceFlowTypeEnum } from "../enum.js";
|
|
2
1
|
import { IF2ePaginationReqData } from "../http.js";
|
|
3
2
|
import { IAssigneeBalanceFlowDB } from "./base.js";
|
|
4
3
|
/** 请求参数: 打手余额变动记录 */
|
|
5
4
|
export type IAssigneeBalanceFlowSystemReq = IF2ePaginationReqData & {
|
|
6
5
|
filters: {
|
|
7
6
|
user_id?: number;
|
|
8
|
-
business_type?: AssigneeBalanceFlowTypeEnum;
|
|
9
7
|
create_time_start?: string;
|
|
10
8
|
create_time_end?: string;
|
|
11
9
|
operator_id?: IAssigneeBalanceFlowDB['operator_id'];
|
|
12
|
-
/** 业务类型数组,支持查询多种类型 */
|
|
13
|
-
business_type_array?: AssigneeBalanceFlowTypeEnum[];
|
|
14
10
|
};
|
|
15
11
|
};
|
|
16
12
|
/** 返回参数: 打手余额变动记录 */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"system.d.ts","sourceRoot":"","sources":["../../src/assignee_balance_flow/system.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"system.d.ts","sourceRoot":"","sources":["../../src/assignee_balance_flow/system.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAMnD,qBAAqB;AACrB,MAAM,MAAM,6BAA6B,GAAG,qBAAqB,GAAG;IAClE,OAAO,EAAE;QACP,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,WAAW,CAAC,EAAE,sBAAsB,CAAC,aAAa,CAAC,CAAC;KACrD,CAAA;CACF,CAAA;AAED,qBAAqB;AACrB,MAAM,MAAM,6BAA6B,GAAG,sBAAsB,CAAA"}
|