Compare commits
2 Commits
e346bde990
...
27df9766f7
Author | SHA1 | Date |
---|---|---|
|
27df9766f7 | |
|
1e18fa1741 |
|
@ -38,3 +38,7 @@
|
||||||
/SGGL/FineUIPro.Web/FileUpload/TestRun/TestRunMonthSummary/2024-06
|
/SGGL/FineUIPro.Web/FileUpload/TestRun/TestRunMonthSummary/2024-06
|
||||||
/SGGL/FineUIPro.Web/FileUpload/ProjectAttachUrl/2024-06
|
/SGGL/FineUIPro.Web/FileUpload/ProjectAttachUrl/2024-06
|
||||||
/SGGLPackFile_20240730.rar
|
/SGGLPackFile_20240730.rar
|
||||||
|
/SGGL/FineUIPro.Web/FileUpload/Transfer/PunchlistFrom/2024-10
|
||||||
|
/SGGL/FineUIPro.Web/ErrLog.txt
|
||||||
|
/SGGL/FineUIPro.Web/Web.config
|
||||||
|
/CreateModel2017.bat
|
||||||
|
|
|
@ -1,33 +0,0 @@
|
||||||
@echo off
|
|
||||||
REM ---------------
|
|
||||||
REM 发布包生成工具
|
|
||||||
REM 执行此文件前请先用Release生成WebOA项目
|
|
||||||
REM --------------
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
REM --------------
|
|
||||||
REM 环境变量设置 Project_Src为如WebOA这样的分支
|
|
||||||
REM --------------
|
|
||||||
set PROJECT_SRC=%CD%
|
|
||||||
cd..
|
|
||||||
|
|
||||||
REM 源代码Model项目文件夹
|
|
||||||
set Model_ROOT=%PROJECT_SRC%\SGGL\Model
|
|
||||||
|
|
||||||
|
|
||||||
REM --------------
|
|
||||||
REM 发布程序包文件夹相关
|
|
||||||
REM --------------
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@echo 设置.net控制台环境
|
|
||||||
@echo.
|
|
||||||
@call "%VS150%"
|
|
||||||
|
|
||||||
SqlMetal /views /server:. /user:sa /password:1111 /database:SGGLDB_WH /code:%Model_ROOT%\Model.cs /namespace:Model
|
|
||||||
|
|
||||||
@ECHO 完成
|
|
||||||
pause
|
|
Loading…
Reference in New Issue