yujian
2020-05-09 7e7db2fa55a9a3af46d4fd8ede0dee147f101d64
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/customerservice/CustomerServiceHistoryMapper.java
@@ -1,18 +1,18 @@
package com.yeshi.fanli.dao.mybatis.customerservice;
import com.yeshi.fanli.entity.customerservice.CustomerServiceHistory;
public interface CustomerServiceHistoryMapper {
   int deleteByPrimaryKey(Long id);
   int insert(CustomerServiceHistory record);
   int insertSelective(CustomerServiceHistory record);
   CustomerServiceHistory selectByPrimaryKey(Long id);
   int updateByPrimaryKeySelective(CustomerServiceHistory record);
   int updateByPrimaryKey(CustomerServiceHistory record);
package com.yeshi.fanli.dao.mybatis.customerservice;
import com.yeshi.fanli.entity.customerservice.CustomerServiceHistory;
public interface CustomerServiceHistoryMapper {
   int deleteByPrimaryKey(Long id);
   int insert(CustomerServiceHistory record);
   int insertSelective(CustomerServiceHistory record);
   CustomerServiceHistory selectByPrimaryKey(Long id);
   int updateByPrimaryKeySelective(CustomerServiceHistory record);
   int updateByPrimaryKey(CustomerServiceHistory record);
}