@GrailsCompileStatic@grails.compiler.GrailsCompileStatic class HolidayDate extends Object
假日 & 非常规工作日
| Type | Name and description |
|---|---|
String |
amPm半天(上午、下午):注--如果workingDay为true,则表示该半天为工作日;否则表示为非工作日 |
static Object |
belongsTo |
static Object |
constraints |
Date |
date日期 |
Boolean |
halfDay是否半天 |
static Object |
mapping |
Boolean |
workingDay是否非常规工作日,否则为假期 |
| Type | Name and description |
|---|---|
Object |
beforeValidate() |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |