(ctx *gin.Context, input *system_dto.InputSetting)
| 214 | } |
| 215 | |
| 216 | func (i *imlSettingController) Set(ctx *gin.Context, input *system_dto.InputSetting) error { |
| 217 | return i.settingModule.Set(ctx, input) |
| 218 | } |
| 219 | |
| 220 | type imlInitController struct { |
| 221 | teamModule team.ITeamModule `autowired:""` |