|
|
|
@@ -4,6 +4,7 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import javax.persistence.Id; |
|
|
|
import javax.persistence.Transient; |
|
|
|
import java.io.Serializable; |
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
@@ -34,4 +35,8 @@ public class WxLevelMerchantCVo implements Serializable { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="折扣",name="discount") |
|
|
|
private Integer discount; |
|
|
|
|
|
|
|
@Transient |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "客服电话", name = "linkLinePhone") |
|
|
|
private String linkLinePhone; |
|
|
|
|
|
|
|
} |