This commit is contained in:
2021-06-21 14:10:40 +08:00
parent 65a719e331
commit 8bc3189f9f
100 changed files with 9736 additions and 1138 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ REM --------------
@echo.
@call "%VS100COMNTOOLS%"vsvars32.bat
SqlMetal /views /server:. /database:SGGLDB /code:%Model_ROOT%\Model.cs /namespace:Model
SqlMetal /views /server:.\sql2012 /database:SGGLDB /code:%Model_ROOT%\Model.cs /namespace:Model
@ECHO 完成
pause