PtlHuodongFind.ts 224 B

12345678910111213141516171819
  1. // 定义请求参数
  2. export interface ReqhuodongFind {
  3. key?: string
  4. hdcid?: string
  5. }
  6. // 定义返回字段
  7. export interface ReshuodongFind {
  8. order10Back: any
  9. }
  10. export const conf = {
  11. connet: "admin"
  12. }