data_platform
parent
5920f97b9c
commit
32df27f2e3
|
@ -22,7 +22,6 @@ import lombok.experimental.SuperBuilder;
|
||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
@TableName(value = "type", autoResultMap = true)
|
@TableName(value = "type", autoResultMap = true)
|
||||||
public class Type extends BaseEntity {
|
public class Type extends BaseEntity {
|
||||||
|
|
||||||
@TableId(value = "type_id" ,type = IdType.AUTO)
|
@TableId(value = "type_id" ,type = IdType.AUTO)
|
||||||
private Long typeId ;
|
private Long typeId ;
|
||||||
/** 类型名称 */
|
/** 类型名称 */
|
||||||
|
|
Loading…
Reference in New Issue