101captain
2021-08-24 c92f77ac03a1bbe3009891ce1d1f57f2d1091572
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.panzhihua.service_community.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.panzhihua.service_community.model.dos.ComActReserveAnswerContentDO;
 
/**
 * @auther lyq
 * @create 2021-08-23 10:33:32
 * @describe 预约登记回答记录内容 服务类
 */
public interface ComActReserveAnswerContentService extends IService<ComActReserveAnswerContentDO> {
 
}