diff --git a/Datas/#Goods-商品.xlsx b/Datas/#Goods-商品.xlsx new file mode 100644 index 0000000..05c6cbd Binary files /dev/null and b/Datas/#Goods-商品.xlsx differ diff --git a/Datas/#Item-物品表.xlsx b/Datas/#Item-物品表.xlsx index 15abb58..a29f093 100644 Binary files a/Datas/#Item-物品表.xlsx and b/Datas/#Item-物品表.xlsx differ diff --git a/Datas/#Reel-渔轮.xlsx b/Datas/#Reel-渔轮.xlsx index fc3e65e..2ac5772 100644 Binary files a/Datas/#Reel-渔轮.xlsx and b/Datas/#Reel-渔轮.xlsx differ diff --git a/Datas/#Shop-商店.xlsx b/Datas/#Shop-商店.xlsx new file mode 100644 index 0000000..05c6cbd Binary files /dev/null and b/Datas/#Shop-商店.xlsx differ diff --git a/Goods.xlsx b/Goods.xlsx deleted file mode 100644 index a41c0ae..0000000 Binary files a/Goods.xlsx and /dev/null differ diff --git a/gen_client.bat b/gen_client.bat index 7d9e720..6e7fc9f 100644 --- a/gen_client.bat +++ b/gen_client.bat @@ -4,7 +4,7 @@ set CONF_ROOT=. set GEN_ROOT=../Fishing2 dotnet %LUBAN_DLL% ^ - -t all ^ + -t client ^ -d json ^ -c cs-simple-json ^ --conf %CONF_ROOT%\luban.conf ^ diff --git a/gen_server.bat b/gen_server.bat new file mode 100644 index 0000000..33042c5 --- /dev/null +++ b/gen_server.bat @@ -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 \ No newline at end of file