소스 검색

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;