-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of git.guahao-inc.com:wuhanassist/confluence_mo…
…del_gen
- Loading branch information
Showing
13 changed files
with
320 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
#!/bin/bash | ||
author='Evan' | ||
projectname='Homedoctor' | ||
passkeys='code,flag,message' | ||
fileuri='/Users/Evan/Desktop/index.html' | ||
debug=true | ||
verbose=false | ||
modulename='taskFileUpload' | ||
models=( | ||
#文件上传 | ||
'modelFileUpload' | ||
) | ||
|
||
for model in ${models[@]}; do | ||
types=${types}${model}, | ||
done | ||
types=${types} | ||
|
||
if [ "$debug" = true ] ; then | ||
enableDebug='--debug' | ||
fi | ||
|
||
if [ "$verbose" = true ] ; then | ||
enableVerbose='--verbose' | ||
fi | ||
|
||
./app.js ${enableVerbose} ${enableDebug} \ | ||
-C ${types} \ | ||
-P ${passkeys} \ | ||
-f ${fileuri} \ | ||
-a ${author} \ | ||
-m ${modulename} \ | ||
-j ${projectname} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
./app.js \ | ||
-C modelVersionInfoResponse,modelVersionInfo,nouse \ | ||
-P code,flag,message \ | ||
-f /Users/Evan/Desktop/index.html \ | ||
-a Evan \ | ||
-j HomeDoctor \ | ||
-d true \ | ||
--verbose | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#!/bin/bash | ||
author='walker' | ||
projectname='Homedoctor' | ||
passkeys='code,flag,message' | ||
fileuri='/Users/walker/Desktop/index.html' | ||
debug=true | ||
verbose=false | ||
modulename='taskHealthElement' | ||
models=( | ||
#基本健康档案模板 | ||
'modelHealthElementTemplate,modelHealthElementOptioModel' | ||
#健康档案详情 | ||
'modelHealthElementInfo' | ||
) | ||
|
||
for model in ${models[@]}; do | ||
types=${types}${model}, | ||
done | ||
types=${types} | ||
|
||
if [ "$debug" = true ] ; then | ||
enableDebug='--debug' | ||
fi | ||
|
||
if [ "$verbose" = true ] ; then | ||
enableVerbose='--verbose' | ||
fi | ||
|
||
./app.js ${enableVerbose} ${enableDebug} \ | ||
-C ${types} \ | ||
-P ${passkeys} \ | ||
-f ${fileuri} \ | ||
-a ${author} \ | ||
-m ${modulename} \ | ||
-j ${projectname} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#!/bin/bash | ||
author='walker' | ||
projectname='Homedoctor' | ||
passkeys='code,flag,message' | ||
fileuri='/Users/walker/Desktop/index.html' | ||
debug=true | ||
verbose=false | ||
modulename='taskMessage' | ||
models=( | ||
#签约消息提醒列表 | ||
'modelMessageListItem' | ||
#设置消息为已读 | ||
) | ||
|
||
for model in ${models[@]}; do | ||
types=${types}${model}, | ||
done | ||
types=${types} | ||
|
||
if [ "$debug" = true ] ; then | ||
enableDebug='--debug' | ||
fi | ||
|
||
if [ "$verbose" = true ] ; then | ||
enableVerbose='--verbose' | ||
fi | ||
|
||
./app.js ${enableVerbose} ${enableDebug} \ | ||
-C ${types} \ | ||
-P ${passkeys} \ | ||
-f ${fileuri} \ | ||
-a ${author} \ | ||
-m ${modulename} \ | ||
-j ${projectname} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
#!/bin/bash | ||
author='Evan' | ||
projectname='Homedoctor' | ||
passkeys='code,flag,message' | ||
fileuri='/Users/Evan/Desktop/index.html' | ||
debug=true | ||
verbose=false | ||
modulename='taskFileUpload' | ||
models=( | ||
#文件上传 | ||
'modelFileUpload' | ||
) | ||
|
||
for model in ${models[@]}; do | ||
types=${types}${model}, | ||
done | ||
types=${types} | ||
|
||
if [ "$debug" = true ] ; then | ||
enableDebug='--debug' | ||
fi | ||
|
||
if [ "$verbose" = true ] ; then | ||
enableVerbose='--verbose' | ||
fi | ||
|
||
./app.js ${enableVerbose} ${enableDebug} \ | ||
-C ${types} \ | ||
-P ${passkeys} \ | ||
-f ${fileuri} \ | ||
-a ${author} \ | ||
-m ${modulename} \ | ||
-j ${projectname} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#!/bin/bash | ||
author='walker' | ||
projectname='Homedoctor' | ||
passkeys='code,flag,message' | ||
fileuri='/Users/walker/Desktop/index.html' | ||
debug=true | ||
verbose=false | ||
modulename='taskHospital' | ||
models=( | ||
#医院列表 | ||
'modelHospitalListItem' | ||
#签约时间列表 | ||
'modelHosSignareaTimeInfo' | ||
) | ||
|
||
for model in ${models[@]}; do | ||
types=${types}${model}, | ||
done | ||
types=${types} | ||
|
||
if [ "$debug" = true ] ; then | ||
enableDebug='--debug' | ||
fi | ||
|
||
if [ "$verbose" = true ] ; then | ||
enableVerbose='--verbose' | ||
fi | ||
|
||
./app.js ${enableVerbose} ${enableDebug} \ | ||
-C ${types} \ | ||
-P ${passkeys} \ | ||
-f ${fileuri} \ | ||
-a ${author} \ | ||
-m ${modulename} \ | ||
-j ${projectname} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
#!/bin/bash | ||
author='walker' | ||
projectname='Homedoctor' | ||
passkeys='code,flag,message' | ||
fileuri='/Users/walker/Desktop/index.html' | ||
debug=true | ||
verbose=false | ||
modulename='taskDoctor' | ||
models=( | ||
#医生列表 | ||
'modelDoctorListItem' | ||
#附近家医列表 | ||
'modelNearDoctorListItem' | ||
#医生详情 | ||
'modelDoctorDetailInfo' | ||
#医生搜索 | ||
'modelDoctorSearchListItem' | ||
) | ||
|
||
for model in ${models[@]}; do | ||
types=${types}${model}, | ||
done | ||
types=${types} | ||
|
||
if [ "$debug" = true ] ; then | ||
enableDebug='--debug' | ||
fi | ||
|
||
if [ "$verbose" = true ] ; then | ||
enableVerbose='--verbose' | ||
fi | ||
|
||
./app.js ${enableVerbose} ${enableDebug} \ | ||
-C ${types} \ | ||
-P ${passkeys} \ | ||
-f ${fileuri} \ | ||
-a ${author} \ | ||
-m ${modulename} \ | ||
-j ${projectname} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
#!/bin/bash | ||
author='walker' | ||
projectname='Homedoctor' | ||
passkeys='code,flag,message' | ||
fileuri='/Users/walker/Desktop/index.html' | ||
debug=true | ||
verbose=false | ||
modulename='taskChat' | ||
models=( | ||
#聊天历史记录列表 | ||
'modelChatListItem' | ||
#聊天服务器地址 | ||
'modelChatListServer' | ||
#设置聊天已读 | ||
#轮询聊天历史记录列表 | ||
'modelChatListPollItem' | ||
#轮询聊天添加记录 | ||
#电话问诊请求发起 | ||
) | ||
|
||
for model in ${models[@]}; do | ||
types=${types}${model}, | ||
done | ||
types=${types} | ||
|
||
if [ "$debug" = true ] ; then | ||
enableDebug='--debug' | ||
fi | ||
|
||
if [ "$verbose" = true ] ; then | ||
enableVerbose='--verbose' | ||
fi | ||
|
||
./app.js ${enableVerbose} ${enableDebug} \ | ||
-C ${types} \ | ||
-P ${passkeys} \ | ||
-f ${fileuri} \ | ||
-a ${author} \ | ||
-m ${modulename} \ | ||
-j ${projectname} |
Oops, something went wrong.