You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
428 B

2 days ago
package com.crm.customer.mapper;
import com.crm.base.mapper.CrmBaseMapper;
import com.crm.customer.domain.entity.CustomerAgreement;
/**
* 战略协议 Mapper返工票 12-F5 CrmBaseMapper无自定义 SQL
* 页签列表用 LambdaQueryWrapper 覆盖跨客户场景不存在协议只随客户页签出现
*/
public interface CustomerAgreementMapper extends CrmBaseMapper<CustomerAgreement> {
}