完善维护列表
parent
3c64945101
commit
dabbf3e9ed
|
@ -187,6 +187,10 @@ public class EngineVersionController extends BaseController {
|
||||||
return Result.success();
|
return Result.success();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("你好世界");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 关闭
|
* 关闭
|
||||||
* @param id
|
* @param id
|
||||||
|
|
Loading…
Reference in New Issue