mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-05-14 01:16:07 +08:00
type_id
This commit is contained in:
@@ -22,7 +22,7 @@ import java.util.Map;
|
||||
public class DimensionEntity extends GenericTreeSortSupportEntity<String> {
|
||||
|
||||
@Comment("维度类型ID")
|
||||
@Column(length = 32)
|
||||
@Column(length = 32,name = "type_id")
|
||||
private String typeId;
|
||||
|
||||
@Comment("维度名称")
|
||||
|
||||
Reference in New Issue
Block a user