导表
This commit is contained in:
parent
b32225740a
commit
ec046ae962
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -4,7 +4,7 @@ export class FormulaCfg implements Cfg{
|
||||
name: "FormulaCfg";
|
||||
|
||||
public id: number;
|
||||
public name: number;
|
||||
public parname: number;
|
||||
public code: number;
|
||||
public number: number;
|
||||
public numtypeid: number;
|
||||
@ -13,7 +13,7 @@ export class FormulaCfg implements Cfg{
|
||||
|
||||
public decode(data: any) {
|
||||
this.id = data.id;
|
||||
this.name = data.name;
|
||||
this.parname = data.parname;
|
||||
this.code = data.code;
|
||||
this.number = data.number;
|
||||
this.numtypeid = data.numtypeid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user