Explorar o código

feat(types): groupCode非必填

zhangweicheng %!s(int64=4) %!d(string=hai) anos
pai
achega
1d7631870f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/bill.ts

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

@@ -270,7 +270,7 @@ export interface IBillIndex {
   singleID: string;
   unitID: string;
   classCode: string; // 类别别名
-  groupCode: string;
+  groupCode?: string;
   code: string;
   name: string;
   unit: string;