package com.xzx.gc.user.vo; import io.swagger.annotations.ApiModel; @ApiModel(value = "JhyInfoListVo", description = "后台集物员列表接口返回参数类") public class JhyInfoListVo { private String name; private String gender; private String mobile; }