6 lines
63 B
Batchfile
6 lines
63 B
Batchfile
|
@echo off
|
||
|
echo 生成 Swagger 文档...
|
||
|
|
||
|
|
||
|
echo 生成完成!
|