| 1234567891011121314151617 |
- package cn.com.goldenwater.dcproj.param;
- import cn.com.goldenwater.core.param.PageParam;
- import io.swagger.annotations.ApiModelProperty;
- import io.swagger.annotations.ApiParam;
- import java.io.Serializable;
- import java.util.Date;
- /**
- * BisInspMeetUserParam
- *
- * @author lhc
- * @date 2019-5-27
- */
- public class BisInspMeetUserParam extends PageParam implements Serializable {
- }
|