This commit is contained in:
zhou-hao
2019-10-24 20:28:41 +08:00
parent d3afb330e5
commit 1006fc2c3b

View File

@@ -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("维度名称")