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