中扬CRM客户关系管理系统
#
LSH
2023-11-28 237f9af69f9bf1a9ef8cd46e60ec368caa549ae7
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.crm.manager.service.impl;
 
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import com.zy.crm.manager.entity.BusinessTripOther;
import com.zy.crm.manager.mapper.BusinessTripOtherMapper;
import com.zy.crm.manager.service.BusinessTripOtherService;
import org.springframework.stereotype.Service;
 
@Service("businessTripOtherService")
public class BusinessTripOtherServiceImpl extends ServiceImpl<BusinessTripOtherMapper, BusinessTripOther> implements BusinessTripOtherService {
 
}