比赛项目管理增加字段

dev
Gitea 1 year ago
parent ac1f03862f
commit f252237312
  1. 8
      jeecg-boot-master/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/annualCompPoint/entity/AnnualCompPoint.java

@ -189,4 +189,12 @@ public class AnnualCompPoint implements Serializable {
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
@ApiModelProperty(value = "评分结束时间")
private Date scoreEndTime;
/**是否成绩汇总*/
@Excel(name = "是否成绩汇总", width = 15)
@ApiModelProperty(value = "是否成绩汇总")
private Integer isCjhz;
/**是否评奖*/
@Excel(name = "是否评奖", width = 15)
@ApiModelProperty(value = "是否评奖")
private Integer isPj;
}

Loading…
Cancel
Save