From a3f611f2efdcb0443ac041cd05db31cc92a93535 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 27 Nov 2024 14:42:05 +0800 Subject: [PATCH] * [task#133223,doing,0.1h] add test data. --- .../test/tao/yaml/syncparentdata/team.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 module/programplan/test/tao/yaml/syncparentdata/team.yaml diff --git a/module/programplan/test/tao/yaml/syncparentdata/team.yaml b/module/programplan/test/tao/yaml/syncparentdata/team.yaml new file mode 100644 index 0000000000..4e61ac6b37 --- /dev/null +++ b/module/programplan/test/tao/yaml/syncparentdata/team.yaml @@ -0,0 +1,12 @@ +title: zt_team +author: tianshujie +version: '1.0' +fields: + - field: id + range: 1-100 + - field: root + range: '5{4},6' + - field: account + range: 'admin,user1,user2,user3,admin' + - field: type + range: 'execution'