Files
EasySoft-ZenTaoPMS/test/data/zt_taskestimate.yaml
2022-02-23 16:38:25 +08:00

49 lines
845 B
YAML

title: table zt_taskestimate
desc: "预计工时"
author: automated export
version: "1.0"
fields:
- field: task
note: "任务ID"
range: 1-600
prefix: ""
postfix: ""
loop: 0
format: ""
- field: date
note: "更新日期"
from: common.date.v1.yaml
use: dateB
prefix: ""
postfix: ""
loop: 0
format: ""
- field: left
note: "总计消耗"
range: 0
prefix: ""
postfix: ""
loop: 0
format: ""
- field: consumed
note: "预计剩余"
range: 1-10
prefix: ""
postfix: ""
loop: 0
format: ""
- field: account
note: "操作账号"
range: "admin"
prefix: ""
postfix: ""
loop: 0
format: ""
- field: work
note: "工作备注"
range: 1-10000
prefix: "这里是工作内容"
postfix: ""
loop: 0
format: ""