修改配置表
This commit is contained in:
BIN
Datas/#Goods-商品.xlsx
Normal file
BIN
Datas/#Goods-商品.xlsx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Datas/#Shop-商店.xlsx
Normal file
BIN
Datas/#Shop-商店.xlsx
Normal file
Binary file not shown.
BIN
Goods.xlsx
BIN
Goods.xlsx
Binary file not shown.
@@ -4,7 +4,7 @@ set CONF_ROOT=.
|
|||||||
set GEN_ROOT=../Fishing2
|
set GEN_ROOT=../Fishing2
|
||||||
|
|
||||||
dotnet %LUBAN_DLL% ^
|
dotnet %LUBAN_DLL% ^
|
||||||
-t all ^
|
-t client ^
|
||||||
-d json ^
|
-d json ^
|
||||||
-c cs-simple-json ^
|
-c cs-simple-json ^
|
||||||
--conf %CONF_ROOT%\luban.conf ^
|
--conf %CONF_ROOT%\luban.conf ^
|
||||||
|
|||||||
14
gen_server.bat
Normal file
14
gen_server.bat
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
set WORKSPACE=.
|
||||||
|
set LUBAN_DLL=%WORKSPACE%\Luban\Luban.dll
|
||||||
|
set CONF_ROOT=.
|
||||||
|
set GEN_ROOT=../Fishing2Server
|
||||||
|
|
||||||
|
dotnet %LUBAN_DLL% ^
|
||||||
|
-t server ^
|
||||||
|
-d json ^
|
||||||
|
-c cs-newtonsoft-json ^
|
||||||
|
--conf %CONF_ROOT%\luban.conf ^
|
||||||
|
-x outputCodeDir=%GEN_ROOT%/Entity/Generate/ConfigTable ^
|
||||||
|
-x outputDataDir=%GEN_ROOT%/Main/cfg
|
||||||
|
|
||||||
|
pause
|
||||||
Reference in New Issue
Block a user