疯狂的狮子li
2022-01-13 cd1a68f15e107f036d9c265db88bc775a36f43c7
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);