miaogithub.yt_mybatis.2.0.6.source-code.Bean.vm Maven / Gradle / Ivy
package ${modulePackage}.domain;
import com.github.yt.mybatis.domain.BaseEntity;
import org.hibernate.validator.constraints.NotEmpty;
import org.hibernate.validator.constraints.Length;
##@JsonSerialize(include= JsonSerialize.Inclusion.NON_NULL)
@javax.persistence.Table(name = "${tableName}")
public class ${className} extends BaseEntity<${className}>{
${feilds}
}