@@ -56,4 +56,14 @@ public class CorpListVo {
*/
@ApiModelProperty(value = "仓库地址")
private String storageAddr;
+ /**
+ * 联系人
+ */
+ @ApiModelProperty("联系人")
+ private String attn;
+ * 电话
+ @ApiModelProperty("电话")
+ private String tel;
}