From 645c4a73a721ec8cdc44f38d02cb61bd64c9dd74 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 27 Nov 2024 14:39:09 +0800 Subject: [PATCH] * [task#133223,doing,0.1h] add test data. --- .../test/tao/yaml/syncparentdata/doclib.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 module/programplan/test/tao/yaml/syncparentdata/doclib.yaml diff --git a/module/programplan/test/tao/yaml/syncparentdata/doclib.yaml b/module/programplan/test/tao/yaml/syncparentdata/doclib.yaml new file mode 100644 index 0000000000..e0ea30b8f6 --- /dev/null +++ b/module/programplan/test/tao/yaml/syncparentdata/doclib.yaml @@ -0,0 +1,17 @@ +title: zt_doclib +author: tianshujie +version: '1.0' +fields: + - field: id + range: 1-100 + - field: project + range: '1,4' + - field: execution + range: '2,5' + - field: name + prefix: '文档库' + range: 1-100 + - field: main + range: '1{2},0{8}' + - field: type + range: 'execution'