wujingjing
2024-11-14 75e6912a8d93725e1038d1ecd9c1438ec223f2ca
src/components/chat/model/types.ts
@@ -56,9 +56,11 @@
   state?: null | '1' | '0';
   sectionAId?:string,
   createTime?:string,
   stepList:StepItem[],
   stepIsShow:boolean,
   conclusion:any[]
   stepList?:StepItem[],
   stepIsShow?:boolean,
   /** @description 是否被选择分享 */
   isChecked:boolean,
   conclusion?:any[]
}
export const roleImageMap = {