| 48 | } |
| 49 | |
| 50 | type GetMenuRequest struct { |
| 51 | Id int `json:"id" binding:"required,gt=0"` // 菜单ID |
| 52 | } |
| 53 | |
| 54 | type UpdateMenuRequest struct { |
| 55 | Id int `json:"id" binding:"required,gt=0"` // 菜单ID |
nothing calls this directly
no outgoing calls
no test coverage detected