PtlroleDataEdit.ts 241 B

123456789101112131415161718192021222324
  1. /**
  2. * 请求接口
  3. */
  4. export interface ReqroleDataEdit {
  5. key1: string;
  6. key2: string;
  7. info: any;
  8. }
  9. /**
  10. * 返回信息
  11. */
  12. export interface ResroleDataEdit {
  13. order10Back: any
  14. }
  15. export const conf = {
  16. connet: "admin"
  17. }