This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
hongze
/
hz_crm_api
Urmărește
3
Stea
1
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
6742d8d818
Ramuri
Etichete
crm/crm_16.1
crm/crm_16.2.1
crm/crm_16.2.2
crm/crm_16.2.3
crm/crm_16.3
crm/crm_16.4
crm/crm_mobile_2.1
crm/need_1001
crm/need_1013
crm_optimize_257_1029@guomengyuan
cygx/cygx_13.9
cygx/cygx_14.0
cygx/cygx_14.1
cygx/cygx_need_959
cygx/need_1007
cygx/need_1011
debug
export_article_pv
fic_bug_2024-11-08-roadshow
hotfix/bug6548_matters_edit
master
hz_crm_api
/
models
/
data_manage
/
holiday.go
holiday.go
100 B
Istoric
Crud
1
2
3
4
5
6
7
8
package data_manage
import "time"
type Holiday struct {
Year int
HolidayDate time.Time
}