|
|
|
@ -26,6 +26,7 @@ import java.util.Date;
|
|
|
|
|
@Table(name = "APS_OVERTIME_CALENDAR")
|
|
|
|
|
@Api("加班日历")
|
|
|
|
|
public class OvertimeCalendar extends BaseAPS {
|
|
|
|
|
private static final long serialVersionUID = -501715721073189464L;
|
|
|
|
|
@Column(name="RES_CODES")
|
|
|
|
|
@ApiParam(value ="资源代码")
|
|
|
|
|
@FieldAnnotation(editType = ApsEnumUtil.EDIT_TYPE.MULTI_OBJECT, typeName = "Resource", notEmpty = true)
|
|
|
|
|