swagger.ts 200 B

1234567
  1. export interface Name{
  2. remark :string;//Remark
  3. tabelmenu :string;//列表菜单
  4. tablekey :string;//列表Key
  5. tablename :string;//列表名称
  6. tabletype :number;//列表类型 - 1:管理端 2:终端
  7. }