You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
186 B

  1. package request
  2. import "gin-vue-admin/model"
  3. // Add menu authority info structure
  4. type AddMenuAuthorityInfo struct {
  5. Menus []model.SysBaseMenu
  6. AuthorityId string // 角色ID
  7. }