D
Size: a a a
AK
AE
AK
FR
@NotBlank(message = "profileName must not be empty")
@ApiModelProperty(required = true, value = "Человекочитаемое название профиля")
private String profileName;
AE
FR
@PostMapping("profiles")
public UUID saveProfile(@RequestBody @Valid XlsProfile profile)
throws JsonParsingException {
return profilesService.saveProfile(profile, ProfileType.
XLS);
}
AE
FR
VP
VP
VP
VP
MS
DC
MS