Current section

Files

Jump to
erp include dict holiday.hrl
Raw

include/dict/holiday.hrl

-ifndef(HOLIDAY_HRL).
-define(HOLIDAY_HRL, true).
-record(holiday, {id = [] :: [] | binary() | list(),
date = [] :: [] | calendar:datetime(),
value = [] :: [] | boolean()}).
-endif.