Просмотр исходного кода

feat(types): 修改工作内容定义

zhangweicheng 5 лет назад
Родитель
Сommit
1a47ecc1e0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      types/src/interface/bill.ts

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

@@ -17,7 +17,7 @@ export interface IBills {
   bills: IBillsItem[];
   bills: IBillsItem[];
 }
 }
 
 
-export interface IJobContents {
+export interface IJobContent {
   id: number;
   id: number;
   code: number;
   code: number;
   content: string;
   content: string;