Administrator
2020-02-24 e53d3f8be4c6d26b66105f02a69d3ad4097c1a7e
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/customerservice/CustomerServiceWXXCXHistoryMapper.java
@@ -1,18 +1,18 @@
package com.yeshi.fanli.dao.mybatis.customerservice;
import com.yeshi.fanli.entity.customerservice.CustomerServiceWXXCXHistory;
public interface CustomerServiceWXXCXHistoryMapper {
   int deleteByPrimaryKey(Long id);
   int insert(CustomerServiceWXXCXHistory record);
   int insertSelective(CustomerServiceWXXCXHistory record);
   CustomerServiceWXXCXHistory selectByPrimaryKey(Long id);
   int updateByPrimaryKeySelective(CustomerServiceWXXCXHistory record);
   int updateByPrimaryKey(CustomerServiceWXXCXHistory record);
package com.yeshi.fanli.dao.mybatis.customerservice;
import com.yeshi.fanli.entity.customerservice.CustomerServiceWXXCXHistory;
public interface CustomerServiceWXXCXHistoryMapper {
   int deleteByPrimaryKey(Long id);
   int insert(CustomerServiceWXXCXHistory record);
   int insertSelective(CustomerServiceWXXCXHistory record);
   CustomerServiceWXXCXHistory selectByPrimaryKey(Long id);
   int updateByPrimaryKeySelective(CustomerServiceWXXCXHistory record);
   int updateByPrimaryKey(CustomerServiceWXXCXHistory record);
}