liujie
1 天以前 ee6a2aa9e265f498ce7df9c603d3148487c0b1e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.panzhihua.sangeshenbian.service;
 
import com.panzhihua.sangeshenbian.model.entity.ComplaintComment;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * <p>
 * 诉求评论表 服务类
 * </p>
 *
 * @author mitao
 * @since 2025-03-13
 */
public interface IComplaintCommentService extends IService<ComplaintComment> {
 
}