Kaynağa Gözat

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

zhangweicheng 5 yıl önce
ebeveyn
işleme
1a47ecc1e0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;