1
Sunshine
2024-11-05 1ec0f818f512186b3af02637906632264fe97119
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> {
 
}