|
|
@ -61,6 +61,10 @@ public class ResCalendar extends BaseAPS {
|
|
|
|
@FieldAnnotation(defaultValue = "10")
|
|
|
|
@FieldAnnotation(defaultValue = "10")
|
|
|
|
private Integer priority;
|
|
|
|
private Integer priority;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="SHIFT_NUMBER")
|
|
|
|
|
|
|
|
@ApiParam(value ="班次数量")
|
|
|
|
|
|
|
|
private Integer shiftNumber;
|
|
|
|
|
|
|
|
|
|
|
|
@JsonBackReference
|
|
|
|
@JsonBackReference
|
|
|
|
public List<DayShift> getDayShifts() {
|
|
|
|
public List<DayShift> getDayShifts() {
|
|
|
|
return BeanRelation.list(this, EResCalendar.DayShifts);
|
|
|
|
return BeanRelation.list(this, EResCalendar.DayShifts);
|
|
|
|