Commit e3934500 by feixiang

生成命令代码格式化

parent 14926dd2
...@@ -30,7 +30,7 @@ class GenerateCommand ...@@ -30,7 +30,7 @@ class GenerateCommand
* *
* @Options * @Options
* -n,--n the dao name * -n,--n the dao name
* -e, --e the entity name * -e,--e the entity name
* *
* @Example * @Example
* php swoft generate:dao -e entityName [-n daoName] * php swoft generate:dao -e entityName [-n daoName]
...@@ -56,7 +56,7 @@ class GenerateCommand ...@@ -56,7 +56,7 @@ class GenerateCommand
* *
* @Options * @Options
* -n,--n the dao name * -n,--n the dao name
* -e, --e the entity name * -e,--e the entity name
* *
* @Example * @Example
* php swoft generate:dao -e entityName [-n dataName] [--dao-name daoName] * php swoft generate:dao -e entityName [-n dataName] [--dao-name daoName]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment