提交 2df46968 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

update sample doc

上级 4f31e6f5
$>zd.exe -s 根据系统提示,设置工具语言属性。
$>zd.exe -h 查看使用帮助。
$>zd.exe -y demo/test.yaml -c 15 -field field1 -o demo/output.txt -f text
执行数据生成命令。使用配置文件demo/test.yaml,生成15行数据,以text格式的输出到demo/output.txt文件中。
$>zd.exe -d demo/common.yaml -y demo/test.yaml -c 15 -field field1 -o demo/output.txt -f text
执行数据生成命令。使用文件demo/test.yam覆盖默认配置demo/common.yaml中的内容。
\ No newline at end of file
$>zd.exe -d demo/common.yaml -y demo/test.yaml -c 15 -field field1 -o demo/output.txt -f sql -t table_name
生成sql格式的输出,表名为table_name。使用文件demo/test.yam覆盖默认配置demo/common.yaml中的内容。
$>zd.exe -i xdoc/test/zentao.sql -o out
从数据库Schema创建yaml定义文件,输出到out目录下。
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册