1
sunshine
2024-11-05 92a9e53e82c74d36a72eb92f93777bbb16e2db73
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.nova.sankuai.service;
 
import com.nova.sankuai.domain.entity.CustomerZcy;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * <p>
 *  服务类
 * </p>
 *
 * @author 张明
 * @since 2024-07-19
 */
public interface ICustomerZcyService extends IService<CustomerZcy> {
 
}