PtlupdateQuFu.ts 235 B

1234567891011121314151617
  1. // 定义请求参数
  2. export interface RequpdateQuFu {
  3. sid: string;
  4. param: { [key: string]: any };
  5. }
  6. // 定义返回字段
  7. export interface ResupdateQuFu {
  8. order10Back:any
  9. }
  10. export const conf = {
  11. connet: "admin"
  12. }