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

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

zhangweicheng пре 5 година
родитељ
комит
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[];
 }
 
-export interface IJobContents {
+export interface IJobContent {
   id: number;
   code: number;
   content: string;