Explorar el Código

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

zhangweicheng hace 5 años
padre
commit
1a47ecc1e0
Se han modificado 1 ficheros con 1 adiciones y 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;