admin
2018-12-26 e633a09a6e03ef22314699acf4fd5d9ab42a07ca
fanli/src/main/java/com/yeshi/fanli/service/inter/hongbao/HongBaoV2Service.java
@@ -1,5 +1,6 @@
package com.yeshi.fanli.service.inter.hongbao;
import com.yeshi.fanli.entity.bus.user.HongBao;
import com.yeshi.fanli.entity.bus.user.HongBaoV2;
public interface HongBaoV2Service {
@@ -9,11 +10,18 @@
   public int insertSelective(HongBaoV2 record);
   public int updateByPrimaryKey(HongBaoV2 record);
   public int updateByPrimaryKeySelective(HongBaoV2 record);
   public int deleteByPrimaryKey(Long id);
   public HongBaoV2 selectByPrimaryKey(Long id);
   /**
    * 将老版本的红包对象转为新版本的对象
    *
    * @param hb
    */
   public void convert(HongBao hb);
}