Преглед изворни кода

feat(types): 添加清单序号储存表

zhangweicheng пре 4 година
родитељ
комит
57cd035134
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      types/src/interface/base.ts

+ 1 - 0
types/src/interface/base.ts

@@ -118,6 +118,7 @@ export interface IBulkWrite<T extends IAny = any> {
 export enum CptModelName {
   projects = 'projects',
   bills = 'bills',
+  billCodeSeqs = 'billCodeSeqs',
   rations = 'rations',
   rationGljs = 'rationGljs',
   shareList = 'shareList',