|
@@ -22,7 +22,7 @@ import javax.persistence.Entity;
|
|
|
@ApiModel(value = "节目奖项设置")
|
|
@ApiModel(value = "节目奖项设置")
|
|
|
public class ProgrammeAward extends BaseEntity {
|
|
public class ProgrammeAward extends BaseEntity {
|
|
|
|
|
|
|
|
-// private Long performanceId;
|
|
|
|
|
|
|
+ private Long performanceId;
|
|
|
|
|
|
|
|
private Long specialtyId;
|
|
private Long specialtyId;
|
|
|
|
|
|