wuxw
2020-01-25 4408eba6e038fa72a11226dd5e53b61d10fa9277
1
2
3
4
5
6
7
8
9
package com.java110.web.smo.sys;
 
import com.java110.core.context.IPageData;
import org.springframework.http.ResponseEntity;
 
public interface ISysServiceSMO {
 
    ResponseEntity<String> getSysInfo(IPageData pd);
}