package base
|
|
|
|
/******************************************************************************
|
|
*
|
|
* @Struct Name : WorkCalendarLstAndDay
|
|
*-----------------------------------------------------------------------------
|
|
*
|
|
* @Description : WorkCalendarLstAndDay WorkCalendarLst和DayModel连表映射
|
|
*
|
|
* @Author : 张鑫
|
|
*
|
|
* @Date : 2021-04-15
|
|
*
|
|
******************************************************************************/
|
|
type WorkCalendarLstAndDay struct {
|
|
WorkCalendarLst `xorm:"extends"`
|
|
DayModel `xorm:"extends"`
|
|
}
|