data_platform

sy
86173 2024-08-21 10:42:06 +08:00
parent 5920f97b9c
commit 32df27f2e3
1 changed files with 0 additions and 1 deletions

View File

@ -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 ;
/** 类型名称 */