@ningboyz/types 1.3.94 → 1.3.95
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
|
@@ -214,6 +214,7 @@ export interface INotiMainResponse {
|
|
|
214
214
|
* 来文单位
|
|
215
215
|
*/
|
|
216
216
|
fileFrom: number;
|
|
217
|
+
notiUses: string;
|
|
217
218
|
}
|
|
218
219
|
|
|
219
220
|
export class TNotiMainResponse implements INotiMainResponse {
|
|
@@ -356,6 +357,7 @@ export class TNotiMainResponse implements INotiMainResponse {
|
|
|
356
357
|
deptName: string = "";
|
|
357
358
|
scanCode: string = "";
|
|
358
359
|
fileFrom: number = 0;
|
|
360
|
+
notiUses: string = "";
|
|
359
361
|
|
|
360
362
|
constructor(card: any = {}) {
|
|
361
363
|
if (card) {
|