|
@@ -15,13 +15,13 @@ public class WebMainOrdersInfoVO extends MainOrders{
|
|
private List<SecondOrder> secondOrderList;
|
|
private List<SecondOrder> secondOrderList;
|
|
|
|
|
|
@ApiModelProperty("志愿者手机号")
|
|
@ApiModelProperty("志愿者手机号")
|
|
- private String VolunteerTelephone;
|
|
|
|
|
|
+ private String volunteerTelephone;
|
|
|
|
|
|
@ApiModelProperty("志愿者姓名")
|
|
@ApiModelProperty("志愿者姓名")
|
|
- private String VolunteerName;
|
|
|
|
|
|
+ private String volunteerName;
|
|
|
|
|
|
@ApiModelProperty("志愿者照片")
|
|
@ApiModelProperty("志愿者照片")
|
|
- private String VolunteerPicture;
|
|
|
|
|
|
+ private String volunteerPicture;
|
|
|
|
|
|
@ApiModelProperty("服务类别")
|
|
@ApiModelProperty("服务类别")
|
|
private String businessTierName ;
|
|
private String businessTierName ;
|