@ningboyz/types 1.0.175 → 1.0.177
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
|
@@ -55,7 +55,12 @@ export interface IDeptResponse extends IBaseResponse<IDeptResponse[]> {
|
|
|
55
55
|
ratioVal: number; //固定资产-部门分摊-占比
|
|
56
56
|
cardZcyz: number; //固定资产-部门分摊-金额
|
|
57
57
|
|
|
58
|
-
sysclasc: number
|
|
58
|
+
sysclasc: number;
|
|
59
|
+
/**
|
|
60
|
+
* 参数约定
|
|
61
|
+
*/
|
|
62
|
+
deptPara: string;
|
|
63
|
+
|
|
59
64
|
|
|
60
65
|
/** 部门类型 */
|
|
61
66
|
listBMLX: Array<IDictResponse>;
|
|
@@ -110,6 +115,7 @@ export class TDeptResponse extends TBaseResponse<IDeptResponse[]> implements IDe
|
|
|
110
115
|
cardZcyz: number = 0;
|
|
111
116
|
|
|
112
117
|
sysclasc: number = 0;
|
|
118
|
+
deptPara: string = "";
|
|
113
119
|
|
|
114
120
|
listBMLX: IDictResponse[] = [];
|
|
115
121
|
/** 部门类型(新) */
|