Files
EasySoft-ZenTaoPMS/zdata/zt_holiday.yaml
2020-06-11 01:32:19 -07:00

57 lines
1004 B
YAML

title: table zt_holiday
desc: "节日假期"
author: automated export
version: "1.0"
fields:
- field: id
note: "ID"
range: 1-10000
prefix: ""
postfix: ""
loop: 0
format: ""
- field: name
note: "名称"
range: 1-10000
prefix: "这是一个节假日"
postfix: ""
loop: 0
format: ""
- field: type
note: "节假日类型"
range: "holiday,working"
prefix: ""
postfix: ""
loop: 0
format: ""
- field: desc
note: "描述"
range: 1-10000
prefix: "这个是节假日的描述"
postfix: ""
loop: 0
format: ""
- field: year
note: "年份"
range: 2018-2028
prefix: ""
postfix: ""
loop: 0
format: ""
- field: begin
note: "开始日期"
from: common.date.v1.yaml
use: dateB
prefix: ""
postfix: ""
loop: 0
format: ""
- field: end
note: "结束日期"
from: common.date.v1.yaml
use: dateB
prefix: ""
postfix: ""
loop: 0
format: ""