zhaowenxuan
2024-12-10 22ff4e88cb9d8ff6a4fd8a5be43ef874cbeebd5f
1
2
3
4
5
6
7
8
9
10
11
12
package com.ltkj.system.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ltkj.system.domain.SysUserPost;
 
/**
 * @Author: 西安路泰科技有限公司
 * @Author: 作者: zjh
 * @Date: 2023/1/31 15:45
 */
public interface ISysUserPostService extends IService<SysUserPost> {
}