|
|
@ -21,7 +21,7 @@ import ( |
|
|
|
******************************************************************************/ |
|
|
|
type WorkCalendarLst struct { |
|
|
|
PlantNr int `xorm:"pk int 'PlantNr'" json:"WorkCalendarLst-PlantNr"` |
|
|
|
WorkCalendarNr int `xorm:"pk int 'WorkCalendarNr'" json:"WorkCalendarLst-WorkCalendarNr"` |
|
|
|
WorkCalendarNr int `xorm:"pk int 'WorkCalendarNr' autoincr" json:"WorkCalendarLst-WorkCalendarNr"` |
|
|
|
WorkDate grmi.Date `xorm:"pk date 'WorkDate'" json:"WorkCalendarLst-WorkDate"` |
|
|
|
DayModelNr int `xorm:"int 'DayModelNr' not null" json:"WorkCalendarLst-DayModelNr"` |
|
|
|
LastModify grmi.DateTime `xorm:"datetime 'LastModify' not null updated" json:"WorkCalendarLst-LastModify"` |
|
|
|