This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
eta_server
/
eta_task
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
5e7cb7d467
Ramuri
Etichete
aj_base_index
aj_calculate
aj_index_refresh
custom
custom_20241222
debug
feature/eta2.2.1_usda_fas
feature/eta2.4.4_gpr_risk
feature/eta_2.3.5
feature/new_task_calculate_edb
feature/pool253_edb_relation
feature/pool255_future_good
hotfix/bug5654_mysteel_stat
hotfix/trade_anaylsis_start_date
master
eta_task
/
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
}