You've already forked FrameTour-BE
后台部分修改
This commit is contained in:
@@ -20,6 +20,7 @@ public class BrokerEntity {
|
||||
* 推客名称
|
||||
*/
|
||||
private String name;
|
||||
private String phone;
|
||||
/**
|
||||
* 专属优惠码,新建时生成
|
||||
*/
|
||||
@@ -30,4 +31,8 @@ public class BrokerEntity {
|
||||
private Integer status;
|
||||
private Date createAt;
|
||||
private Date updateAt;
|
||||
private Integer brokerOrderCount;
|
||||
private Integer brokerOrderAmount;
|
||||
private Date firstBrokerDate;
|
||||
private Date lastBrokerDate;
|
||||
}
|
||||
|
@@ -18,6 +18,8 @@ public class BrokerReqQuery extends BaseQueryParameterReq {
|
||||
private Long id;
|
||||
@ApiModelProperty("推客名称")
|
||||
private String name;
|
||||
@ApiModelProperty("手机号")
|
||||
private String phone;
|
||||
@ApiModelProperty("专属优惠码")
|
||||
private String promoCode;
|
||||
@ApiModelProperty("状态,0禁用,1启用")
|
||||
|
Reference in New Issue
Block a user