lzh-common 0.0.321 → 0.0.322
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.
|
@@ -3,14 +3,12 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface IUserAssigneeAssignCategoryReq {
|
|
5
5
|
user_ids: number[];
|
|
6
|
-
assignee_category_id: number;
|
|
6
|
+
assignee_category_id: number | null;
|
|
7
7
|
}
|
|
8
8
|
/**
|
|
9
9
|
* 返回参数:批量分配打手分类
|
|
10
10
|
*/
|
|
11
11
|
export interface IUserAssigneeAssignCategoryRes {
|
|
12
12
|
affectedRows: number;
|
|
13
|
-
resetToDefault: number;
|
|
14
|
-
assignedToCategory: number;
|
|
15
13
|
}
|
|
16
14
|
//# sourceMappingURL=system_assignee.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"system_assignee.d.ts","sourceRoot":"","sources":["../../src/user/system_assignee.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,oBAAoB,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"system_assignee.d.ts","sourceRoot":"","sources":["../../src/user/system_assignee.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,oBAAoB,EAAE,MAAM,GAAC,IAAI,CAAC;CACnC;AAED;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,YAAY,EAAE,MAAM,CAAC;CACtB"}
|