Files
EasySoft-ZenTaoPMS/zdata/zt_productplan.yaml
2020-09-10 09:03:03 +08:00

78 lines
1.3 KiB
YAML

title: table zt_productplan
desc: "产品计划"
author: automated export
version: "1.0"
fields:
- field: id
note: "ID"
range: 1-10000
prefix: ""
postfix: ""
loop: 0
format: ""
- field: product
note: "产品"
range: 1-10000
prefix: ""
postfix: ""
loop: 0
format: ""
- field: branch
note: "平台/分支"
range: 0
prefix: ""
postfix: ""
loop: 0
format: ""
- field: parent
note: "父计划"
range: 0
prefix: ""
postfix: ""
loop: 0
format: ""
- field: title
note: "名称"
range: 1-10000
prefix: "这里是名称"
postfix: ""
loop: 0
format: ""
- field: desc
note: "描述"
range: 1-10000
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: ""
- field: order
note: "排序"
range: 10-10000:5
prefix: ""
postfix: ""
loop: 0
format: ""
- field: deleted
note: "是否删除"
range: 0
prefix: ""
postfix: ""
loop: 0
format: ""