All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cloud.platform.common.domain.dto.BaseDTO Maven / Gradle / Ivy

The newest version!
package com.cloud.platform.common.domain.dto;

import lombok.NoArgsConstructor;

import java.io.Serializable;

/**
 * @description:
 * @author: zhou shuai
 * @date: 2022/5/7 14:50
 * @version: v1
 */
@NoArgsConstructor
public class BaseDTO implements DTO, Serializable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy