2
sunshine
2024-11-05 69fd283ab500241947e8eac9192c39f4a6092b51
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.CustomerScyIncome;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * <p>
 * 中诚易借出数据进件表 服务类
 * </p>
 *
 * @author 张明
 * @since 2024-07-19
 */
public interface ICustomerScyIncomeService extends IService<CustomerScyIncome> {
 
}