@Validated @Deprecated public interface OptionValueApi
List<net.risesoft.model.platform.OptionValue>
listByType(@NotBlank String tenantId, @NotBlank String type)
@GetMapping("/listByType") List<net.risesoft.model.platform.OptionValue> listByType(@RequestParam("tenantId") @NotBlank @NotBlank String tenantId, @RequestParam("type") @NotBlank @NotBlank String type)
tenantId
type