lzh-common 0.0.416 → 0.0.417
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.
|
@@ -4,19 +4,15 @@
|
|
|
4
4
|
* */
|
|
5
5
|
export interface IAssigneeStatsDailyDB {
|
|
6
6
|
id: number;
|
|
7
|
-
/**
|
|
8
|
-
|
|
7
|
+
/** 租户域名 */
|
|
8
|
+
tenant_domain: string;
|
|
9
9
|
/** 统计日期(按结单时间) */
|
|
10
10
|
stat_date: string;
|
|
11
|
+
/** 打手ID */
|
|
12
|
+
assignee_id: number;
|
|
11
13
|
/** 当天接单数量 */
|
|
12
14
|
order_count: number;
|
|
13
15
|
/** 当天收入金额 */
|
|
14
16
|
income_amount: number;
|
|
15
|
-
/** 租户域名 */
|
|
16
|
-
tenant_domain: string;
|
|
17
|
-
/** 创建时间 */
|
|
18
|
-
create_time: string;
|
|
19
|
-
/** 更新时间 */
|
|
20
|
-
update_time: string;
|
|
21
17
|
}
|
|
22
18
|
//# sourceMappingURL=base.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../src/assignee_stats_daily/base.ts"],"names":[],"mappings":"AAAA;;;MAGM;AACN,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,WAAW;IACX,
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../src/assignee_stats_daily/base.ts"],"names":[],"mappings":"AAAA;;;MAGM;AACN,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,WAAW;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa;IACb,aAAa,EAAE,MAAM,CAAC;CACvB"}
|