com.shixinke.utils.web.common.RequestDTO Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web-utils Show documentation
Show all versions of web-utils Show documentation
Toolbox commonly used in web development
package com.shixinke.utils.web.common;
/**
* request interface
* @author shixinke
* @version 1.0
* created 19-2-22 下午2:28
*/
public interface RequestDTO {
}