wuxw
2022-11-04 e8ef2dbcf035529e71e85580e11a8419d75cf160
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);
}