public class MemberCheckAndSyncNewCustomerReqBean extends Object
| Constructor and Description |
|---|
MemberCheckAndSyncNewCustomerReqBean() |
MemberCheckAndSyncNewCustomerReqBean(String mobile,
Long type,
Long gender,
String name,
Long birthday) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBirthday() |
Long |
getGender() |
String |
getMobile() |
String |
getName() |
Long |
getType() |
void |
setBirthday(Long birthday) |
void |
setGender(Long gender) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setType(Long type) |
public MemberCheckAndSyncNewCustomerReqBean()
public String getMobile()
public void setMobile(String mobile)
public Long getType()
public void setType(Long type)
public Long getGender()
public void setGender(Long gender)
public String getName()
public void setName(String name)
public Long getBirthday()
public void setBirthday(Long birthday)
Copyright © 2023. All rights reserved.