23 lines
571 B
YAML
Executable File
23 lines
571 B
YAML
Executable File
title: zt_task
|
|
author: Tian Shujie
|
|
version: "1.0"
|
|
fields:
|
|
- field: id
|
|
range: 1-8
|
|
- field: type
|
|
range: design,devel,test,study,discuss,ui,affair,misc
|
|
- field: status
|
|
range: wait
|
|
- field: project
|
|
range: 1
|
|
- field: execution
|
|
range: "2{2},3{2},4{2},5{2}"
|
|
- field: deleted
|
|
range: 0
|
|
- field: vision
|
|
range: rnd
|
|
- field: openedDate
|
|
range: "20220101 000000:1W" # 生成从2021年1月1日0时0分0秒到当前时间的数据,步长为1周
|
|
type: timestamp
|
|
format: "YYYY-MM-DD hh:mm:ss"
|