| | |
| | | @ApiModelProperty(value = "关于我们") |
| | | private String aboutUs; |
| | | |
| | | @ApiModelProperty(value = "用户协议") |
| | | private String userAgreement; |
| | | @ApiModelProperty(value = "门店风险承诺书") |
| | | private String storeRiskCommitment; |
| | | |
| | | @ApiModelProperty(value = "隐私协议") |
| | | private String privacyAgreement; |
| | | @ApiModelProperty(value = "门店合作协议") |
| | | private String storeCooperationAgreement; |
| | | |
| | | @ApiModelProperty(value = "规范须知") |
| | | private String serverIntroduce; |
| | | @ApiModelProperty(value = "门店行李寄存须知") |
| | | private String storeLuggageStorageNotice; |
| | | |
| | | @ApiModelProperty(value = "门店隐私政策") |
| | | private String storePrivacyPolicy; |
| | | |
| | | @ApiModelProperty(value = "寄存人行李寄存须知") |
| | | private String ownerLuggageStorageNotice; |
| | | |
| | | @ApiModelProperty(value = "寄存人服务协议") |
| | | private String ownerServiceAgreement; |
| | | |
| | | @ApiModelProperty(value = "寄存人风险承诺书") |
| | | private String ownerRiskCommitment; |
| | | |
| | | @ApiModelProperty(value = "跑腿风险承诺书") |
| | | private String errandRiskCommitment; |
| | | |
| | | @ApiModelProperty(value = "跑腿服务协议") |
| | | private String errandServiceAgreement; |
| | | |
| | | @ApiModelProperty(value = "跑腿行李寄存须知") |
| | | private String errandLuggageStorageNotice; |
| | | |
| | | @ApiModelProperty(value = "用户服务协议") |
| | | private String userServiceAgreement; |
| | | |
| | | @ApiModelProperty(value = "用户隐私政策") |
| | | private String userPrivacyPolicy; |
| | | |
| | | @ApiModelProperty(value = "司机隐私政策") |
| | | private String driverPrivacyPolicy; |
| | | |
| | | @ApiModelProperty(value = "价格说明") |
| | | private String priceDescription; |
| | | |
| | | @ApiModelProperty(value = "禁寄物品") |
| | | private String prohibitedItems; |
| | | } |