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

57 lines
985 B
YAML

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