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

template.dto.ftl Maven / Gradle / Ivy

The newest version!
package ${dtoPackageName};

import com.dream.system.annotation.View;
import lombok.Data;
import ${tableClassName};

import java.sql.Types;

/**
 * @Description: ${remark!''}
 * @Author: ${author!''}
 * @Date: ${dateTime!''}
 */
@Data
@View(${tableName}.class)
public class ${dtoName} {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy