com.fastjrun.example.dto.AppRequest Maven / Gradle / Ivy
/*
* Copyright (C) 2019 fastjrun, Inc. All Rights Reserved.
*/
package com.fastjrun.example.dto;
import java.io.Serializable;
public class AppRequest extends BasePacket implements Serializable {
private static final long serialVersionUID = 3239818956546089368L;
}