com.cloud.platform.common.domain.query.BaseQuery Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of platform-common Show documentation
Show all versions of platform-common Show documentation
project for platform-common
The newest version!
package com.cloud.platform.common.domain.query;
import com.cloud.platform.common.domain.request.BaseRequest;
/**
* @Description:
* @Author: ZhouShuai
* @Date: 2021-06-27 16:28
*/
public class BaseQuery extends BaseRequest {
public BaseQuery() {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy