znt/module/convert/test/tao/yaml/user_createproject.yaml

28 lines
868 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 测试数据convertTao::createProject() 用户数据
desc: 为createProject方法提供用户测试数据
author: Claude
version: 1.0
fields:
- field: id
note: 用户ID
range: 1-10
- field: account
note: 用户账号
range: 'admin, testuser, manager, user1, user2, user3, user4, user5'
- field: password
note: 用户密码
range: 'e10adc3949ba59abbe56e057f20f883e{8}'
- field: realname
note: 真实姓名
range: '管理员, 测试用户, 项目经理, 开发人员1, 开发人员2, 测试人员1, 测试人员2, 普通用户'
- field: role
note: 用户角色
range: 'admin{1}, dev{4}, qa{2}, pm{1}'
- field: email
note: 邮箱地址
range: 'admin@test.com, test@test.com, manager@test.com, user1@test.com, user2@test.com, user3@test.com, user4@test.com, user5@test.com'
- field: deleted
note: 是否删除
range: '0{7}, 1{1}'