提交代码

This commit is contained in:
2025-06-13 16:34:34 +08:00
parent 536ca5debe
commit f2762ac0c7
7 changed files with 734 additions and 11 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ REM --------------
@echo.
@call "%VS150%"
SqlMetal /views /server:.\sql2019 /user:sa /password:1111 /database:HJGLDB_DS /code:%Model_ROOT%\Model.cs /namespace:Model
SqlMetal /views /server:.\MSSQLSERVER01 /user:sa /password:1111 /database:HJGLDB_DS /code:%Model_ROOT%\Model.cs /namespace:Model
@ECHO 完成
pause