程序包 | 说明 |
---|---|
com.js.kbt.controller | |
com.js.kbt.mapper | |
com.js.kbt.model |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
SystemController.pushCoupon(Coupon record,
java.lang.String mobile,
java.lang.Integer pushType,
javax.servlet.http.HttpServletResponse response)
发放优惠券
|
java.lang.String |
SystemController.pushCouponToMul(Coupon record,
java.lang.String ids,
javax.servlet.http.HttpServletResponse response)
批量发放优惠券
|
限定符和类型 | 方法和说明 |
---|---|
Coupon |
CouponMapper.selectByPrimaryKey(java.lang.Integer id)
This method was generated by MyBatis Generator.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<Coupon> |
CouponMapper.selectByExample(CouponExample example)
This method was generated by MyBatis Generator.
|
限定符和类型 | 方法和说明 |
---|---|
int |
CouponMapper.insert(Coupon record)
This method was generated by MyBatis Generator.
|
int |
CouponMapper.insertSelective(Coupon record)
This method was generated by MyBatis Generator.
|
int |
CouponMapper.updateByExample(Coupon record,
CouponExample example)
This method was generated by MyBatis Generator.
|
int |
CouponMapper.updateByExampleSelective(Coupon record,
CouponExample example)
This method was generated by MyBatis Generator.
|
int |
CouponMapper.updateByPrimaryKey(Coupon record)
This method was generated by MyBatis Generator.
|
int |
CouponMapper.updateByPrimaryKeySelective(Coupon record)
This method was generated by MyBatis Generator.
|
限定符和类型 | 方法和说明 |
---|---|
Coupon |
ParkOrder.getCoupon() |
限定符和类型 | 方法和说明 |
---|---|
void |
ParkOrder.setCoupon(Coupon coupon) |