|
|
@@ -20,6 +20,8 @@ import javax.persistence.Entity;
|
|
|
@ApiModel(value = "节目奖项设置")
|
|
|
public class ProgrammeAward extends BaseEntity {
|
|
|
|
|
|
+ private Long performanceId;
|
|
|
+
|
|
|
private Long specialtyId;
|
|
|
|
|
|
private Long awardId;
|
|
|
@@ -27,7 +29,7 @@ public class ProgrammeAward extends BaseEntity {
|
|
|
@ApiModelProperty(value = "占比")
|
|
|
private Double percentage;
|
|
|
|
|
|
- private int num;
|
|
|
+ private long num;
|
|
|
|
|
|
private String remark;
|
|
|
}
|