public interface CouponMapper
限定符和类型 | 方法和说明 |
---|---|
int |
countByExample(CouponExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(CouponExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(java.lang.Integer id)
This method was generated by MyBatis Generator.
|
int |
insert(Coupon record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(Coupon record)
This method was generated by MyBatis Generator.
|
java.util.List<Coupon> |
selectByExample(CouponExample example)
This method was generated by MyBatis Generator.
|
Coupon |
selectByPrimaryKey(java.lang.Integer id)
This method was generated by MyBatis Generator.
|
int |
updateByExample(Coupon record,
CouponExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(Coupon record,
CouponExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(Coupon record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(Coupon record)
This method was generated by MyBatis Generator.
|
int countByExample(CouponExample example)
int deleteByExample(CouponExample example)
int deleteByPrimaryKey(java.lang.Integer id)
int insert(Coupon record)
int insertSelective(Coupon record)
java.util.List<Coupon> selectByExample(CouponExample example)
Coupon selectByPrimaryKey(java.lang.Integer id)
int updateByExampleSelective(Coupon record, CouponExample example)
int updateByExample(Coupon record, CouponExample example)
int updateByPrimaryKeySelective(Coupon record)
int updateByPrimaryKey(Coupon record)