This commit is contained in:
parent
cedcec2cac
commit
e6fe3e66c7
|
|
@ -4,6 +4,7 @@ import com.mybatisflex.annotation.Column;
|
|||
import com.mybatisflex.annotation.Id;
|
||||
import com.mybatisflex.annotation.KeyType;
|
||||
import com.mybatisflex.annotation.Table;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDateTime;
|
||||
|
|
@ -101,11 +102,13 @@ public class MkShopConsumerCoupon implements Serializable {
|
|||
/**
|
||||
* 券ID
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private Integer couponId;
|
||||
|
||||
/**
|
||||
* 券数量
|
||||
*/
|
||||
@Column(ignore = true)
|
||||
private Integer couponNum;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue