|
@ -105,12 +105,10 @@ public class ScoreDto { |
|
|
@NotNull |
|
|
@NotNull |
|
|
@ApiModelProperty("裁判id") |
|
|
@ApiModelProperty("裁判id") |
|
|
private Long judgmentId; |
|
|
private Long judgmentId; |
|
|
@NotNull |
|
|
|
|
|
@ApiModelProperty("备注") |
|
|
@ApiModelProperty("备注") |
|
|
private String remark; |
|
|
private String remark; |
|
|
@NotNull |
|
|
|
|
|
@ApiModelProperty("裁判是否选择了弃权还是啥的") |
|
|
@ApiModelProperty("裁判是否选择了弃权还是啥的") |
|
|
private Byte waiver; |
|
|
private Byte waiver = 0; |
|
|
@NotNull |
|
|
@NotNull |
|
|
@ApiModelProperty("计分项目") |
|
|
@ApiModelProperty("计分项目") |
|
|
private List<Fraction> fractionsList; |
|
|
private List<Fraction> fractionsList; |
|
|