RecentCmd.java 221 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.yidianling.tests.home.param;

import com.ydl.ydlcommon.data.http.BaseCommand;

/**
 * Created by haorui on 2019-11-01.
 * Des:
 */
public class RecentCmd extends BaseCommand {

    public RecentCmd() {
    }
}