Explorar o código

feat(types): 修改IBudgetCheckSidebarListItem

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
60aba8ba7c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/budgetCheck.ts

+ 1 - 1
types/src/interface/budgetCheck.ts

@@ -1,7 +1,7 @@
 export interface IBudgetCheckSidebarListItem {
 export interface IBudgetCheckSidebarListItem {
   ID: string;
   ID: string;
   title: string;
   title: string;
-  subtitle: string;
+  executor: string;
 }
 }
 
 
 export interface IBudgetCheckFormTree {
 export interface IBudgetCheckFormTree {