huanghongfa
2021-08-23 c66a9fc88d7e547edabb9e7d4b5ef524a991f240
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.ComActReserveOperationRecordDO;
 
/**
 * @auther lyq
 * @create 2021-08-23 10:33:42
 * @describe 预约登记操作记录表服务类
 */
public interface ComActReserveOperationRecordService extends IService<ComActReserveOperationRecordDO> {
 
}