公告板
版本库
活动
搜索
登录
main
/
intelligent_dispatching
智慧派单
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
app汇报任务
liujie
2025-09-30
901b96c8b4f1a4800d1087e0a59bd68dc6bb5e7b
[intelligent_dispatching.git]
/
bin
/
clean.bat
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [ÐÅÏ¢] ÇåÀí¹¤³ÌtargetÉú³É·¾¶¡£
echo.
%~d0
cd %~dp0
cd ..
call mvn clean
pause