public interface VcouponMapper
| 限定符和类型 | 方法和说明 | 
|---|---|
int | 
countByExample(VcouponExample example)
This method was generated by MyBatis Generator. 
 | 
int | 
deleteByExample(VcouponExample example)
This method was generated by MyBatis Generator. 
 | 
int | 
insert(Vcoupon record)
This method was generated by MyBatis Generator. 
 | 
int | 
insertSelective(Vcoupon record)
This method was generated by MyBatis Generator. 
 | 
java.util.List<Vcoupon> | 
selectByExample(VcouponExample example)
This method was generated by MyBatis Generator. 
 | 
int | 
updateByExample(Vcoupon record,
               VcouponExample example)
This method was generated by MyBatis Generator. 
 | 
int | 
updateByExampleSelective(Vcoupon record,
                        VcouponExample example)
This method was generated by MyBatis Generator. 
 | 
int countByExample(VcouponExample example)
int deleteByExample(VcouponExample example)
int insert(Vcoupon record)
int insertSelective(Vcoupon record)
java.util.List<Vcoupon> selectByExample(VcouponExample example)
int updateByExampleSelective(Vcoupon record, VcouponExample example)
int updateByExample(Vcoupon record, VcouponExample example)