Explorar o código

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

zhangweicheng %!s(int64=5) %!d(string=hai) anos
pai
achega
1a47ecc1e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;