公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
加入spring boot 单体包部署的功能
java110
2022-07-14
2e998bbd82f580d852292cace5811d46b3c2438c
[Lianxun_Java.git]
/
springboot
/
src
/
main
/
java
/
com
/
java110
/
boot
/
smo
/
sys
/
ISysServiceSMO.java
1
2
3
4
5
6
7
8
9
package com.java110.boot.smo.sys;
import com.java110.core.context.IPageData;
import org.springframework.http.ResponseEntity;
public interface ISysServiceSMO {
ResponseEntity<String> getSysInfo(IPageData pd);
}