zxl
4 天以前 e00e10418b01eb0ee442b2dc4029925fba7ae33b
framework/src/main/java/cn/lili/modules/lmk/domain/query/StayActionRecordQuery.java
@@ -18,10 +18,14 @@
@ApiModel(value = "ActionRecord查询参数", description = "用户行为记录查询参数")
public class StayActionRecordQuery extends AbsQuery {
    /**
     * 用户id
     * 用户昵称
     */
    private String userName;
    /**
     * 用户id
     */
    private String userId;
    /**
     * 页面类型
     */
    private String pageCode;