Your Name
2023-03-19 6a27ce8fec062616f82c3f4cc6606c17596dfc30
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);
}