@ningboyz/types 1.4.124 → 1.4.125
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {THznk, TCore, TStim} from "..";
|
|
1
|
+
import { THznk, TCore, TStim } from "..";
|
|
2
2
|
import _ from "lodash";
|
|
3
3
|
import { TFlowDataResponse } from "../flow/IFlowDataResponse";
|
|
4
4
|
|
|
@@ -72,6 +72,10 @@ export interface IHznkDataResponse {
|
|
|
72
72
|
wContact: string;
|
|
73
73
|
/**联系方式 */
|
|
74
74
|
dContact: string;
|
|
75
|
+
/**权利人 */
|
|
76
|
+
rightTxt: string;
|
|
77
|
+
/**数据来源 */
|
|
78
|
+
fromText: string;
|
|
75
79
|
|
|
76
80
|
/**荣誉类型|知识产权类型 */
|
|
77
81
|
medalTyp: number;
|
|
@@ -242,6 +246,8 @@ export class THznkDataResponse implements Type {
|
|
|
242
246
|
hznkMemo: string = "";
|
|
243
247
|
wContact: string = "";
|
|
244
248
|
dContact: string = "";
|
|
249
|
+
rightTxt: string = "";
|
|
250
|
+
fromText: string = "";
|
|
245
251
|
|
|
246
252
|
medalTyp: number = 0;
|
|
247
253
|
isMaster: number = 0;
|