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

final-sql-core.4.0.0.source-code.java-template.txt Maven / Gradle / Ivy

The newest version!
#package

import lombok.Data;
import java.io.Serializable;
#import
import top.lingkang.finalsql.annotation.Column;
import top.lingkang.finalsql.annotation.Id;
import top.lingkang.finalsql.annotation.Table;

/**
 * create by #date
**/
@Data
@Table("#table")
public class #className implements Serializable {
#entity
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy