|
|
@ -20,7 +20,10 @@ import javax.persistence.*;
|
|
|
|
@DynamicInsert
|
|
|
|
@DynamicInsert
|
|
|
|
@DynamicUpdate
|
|
|
|
@DynamicUpdate
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
@Table(name="SYS_TABLE_TEMPLATE",uniqueConstraints = @UniqueConstraint(columnNames = {"soft_type", "page"}))
|
|
|
|
@Table(name="SYS_TABLE_TEMPLATE",indexes =
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
@Index(name="page",columnList = "page"),
|
|
|
|
|
|
|
|
})
|
|
|
|
@ApiModel(value="自定义表格结构",description = "自定义表格结构")
|
|
|
|
@ApiModel(value="自定义表格结构",description = "自定义表格结构")
|
|
|
|
public class SysTableTemplate extends BaseBean {
|
|
|
|
public class SysTableTemplate extends BaseBean {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|