gx
chenyc
2025-02-19 b067918363985cbdf1f1f2174b61c6101e5395f0
src/api/tiaochabiao/index.ts
@@ -29,6 +29,13 @@
      params,
   });
}
export function getLatestReportByPat(params: object) {
   return request({
      url: '/lis/report/getLatestReportByPat',
      method: 'post',
      params,
   });
}
export interface tiaochabiaoInfo {
   id:number,
@@ -39,6 +46,7 @@
   surveryTime:string,
   //调查人用户编号
   surveryPerson:string,
   surveryFormType:number,
   //调查内容
   surveryJsonBody:string,
   suveryFormName:string,