@ningboyz/types 1.1.170 → 1.1.172
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
|
@@ -6,8 +6,10 @@ export interface IYzpzTypeResponseConf {
|
|
|
6
6
|
usesManualMode: number;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
+
const yzpzTypeResponseConf_id = "8551b8735a3449679b54fbc1b1c4d8f6";
|
|
10
|
+
|
|
9
11
|
export class TYzpzTypeResponseConf implements IYzpzTypeResponseConf {
|
|
10
|
-
public static id: string =
|
|
12
|
+
public static id: string = yzpzTypeResponseConf_id;
|
|
11
13
|
listCnfg: IConfigProperty[] = [];
|
|
12
14
|
constructor(typePara?: string) {
|
|
13
15
|
if (!_.isNil(typePara) && !_.isEmpty(typePara)) {
|
|
@@ -21,7 +23,7 @@ export class TYzpzTypeResponseConf implements IYzpzTypeResponseConf {
|
|
|
21
23
|
}
|
|
22
24
|
|
|
23
25
|
@DConfigProperty({
|
|
24
|
-
cnfgId:
|
|
26
|
+
cnfgId: yzpzTypeResponseConf_id,
|
|
25
27
|
cnfgName: "开启手动模式",
|
|
26
28
|
cnfgField: "usesManualMode",
|
|
27
29
|
formType: DFormType.select,
|