Prechádzať zdrojové kódy

feat(types): 修改指标库类别

zhangweicheng 4 rokov pred
rodič
commit
e835390544
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      types/src/interface/bill.ts

+ 1 - 1
types/src/interface/bill.ts

@@ -256,7 +256,7 @@ export interface IBillIndex {
   constructionName: string;
   singleName: string;
   unitName: string;
-  class: number; // 类别
+  classCode: string; // 类别别名
   code: string;
   name: string;
   unit: string;