gx
chenyc
2025-06-15 f8e58374b3e4b2868e19f3908ef7e4796e9ca0a0
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,7 +46,9 @@
   surveryTime:string,
   //调查人用户编号
   surveryPerson:string,
   surveryFormType:number,
   //调查内容
   surveryJsonBody:string,
   suveryFormName:string,
   updateTime:string
}