疯狂的狮子li
2022-01-13 c0f3dff0f66553f9e9eedd1e4dd6149ce74ceb20
ruoyi-system/src/main/java/com/ruoyi/system/service/ISysPostService.java
@@ -12,7 +12,7 @@
 *
 * @author Lion Li
 */
public interface ISysPostService extends IService<SysPost> {
public interface ISysPostService {
    TableDataInfo<SysPost> selectPagePostList(SysPost post, PageQuery pageQuery);