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