加盟商编码
This commit is contained in:
@@ -164,4 +164,6 @@ public class LineInfoDO {
|
||||
*/
|
||||
private Boolean deleted;
|
||||
|
||||
private String partnerNum;
|
||||
|
||||
}
|
||||
@@ -215,5 +215,8 @@ public class LineInfoVO {
|
||||
@ApiModelProperty("公开拒绝原因")
|
||||
private String rejectPublicReason;
|
||||
|
||||
@ApiModelProperty("加盟商编码")
|
||||
private String partnerNum;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -34,6 +34,8 @@ public class PartnerListVO extends BaseInfoVO{
|
||||
|
||||
private Integer wantShopNum;
|
||||
|
||||
private String partnerNum;
|
||||
|
||||
public PartnerListVO(){}
|
||||
|
||||
public PartnerListVO(BaseInfoVO baseInfoVO) {
|
||||
|
||||
Reference in New Issue
Block a user