|
|
|
@ -4,6 +4,7 @@ import cn.estsh.i3plus.pojo.aps.annotation.FieldAnnotation;
|
|
|
|
|
import cn.estsh.i3plus.pojo.aps.annotation.MainKey;
|
|
|
|
|
import cn.estsh.i3plus.pojo.aps.annotation.ShiftTimeAnnotation;
|
|
|
|
|
import cn.estsh.i3plus.pojo.aps.common.BaseAPS;
|
|
|
|
|
import cn.estsh.i3plus.pojo.aps.validator.ImportGroup;
|
|
|
|
|
import cn.estsh.i3plus.pojo.aps.validator.InsertGroup;
|
|
|
|
|
import cn.estsh.i3plus.pojo.aps.validator.UpdateGroup;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
@ -43,6 +44,6 @@ public class DayShift extends BaseAPS {
|
|
|
|
|
@Column(name="WORK_TIMES")
|
|
|
|
|
@ApiParam(value ="工作时间")
|
|
|
|
|
@FieldAnnotation(notEmpty = true)
|
|
|
|
|
@ShiftTimeAnnotation(groups = {InsertGroup.class, UpdateGroup.class})
|
|
|
|
|
@ShiftTimeAnnotation(groups = {InsertGroup.class, UpdateGroup.class, ImportGroup.class})
|
|
|
|
|
private String workTimes;
|
|
|
|
|
}
|
|
|
|
|