|
|
|
@@ -224,6 +224,22 @@ public class WxCouponOrder implements Serializable { |
|
|
|
couponPrice = _couponPrice; |
|
|
|
} |
|
|
|
|
|
|
|
public Long getcUserId() { |
|
|
|
return cUserId; |
|
|
|
} |
|
|
|
|
|
|
|
public void setcUserId(Long cUserId) { |
|
|
|
this.cUserId = cUserId; |
|
|
|
} |
|
|
|
|
|
|
|
public Long getbUserId() { |
|
|
|
return bUserId; |
|
|
|
} |
|
|
|
|
|
|
|
public void setbUserId(Long bUserId) { |
|
|
|
this.bUserId = bUserId; |
|
|
|
} |
|
|
|
|
|
|
|
public static enum Field { |
|
|
|
Id_ASC("`id` ASC"), Id_DESC("`id` DESC"), |
|
|
|
TenantId_ASC("`tenant_id` ASC"), TenantId_DESC("`tenant_id` DESC"), |
|
|
|
|