zhou-hao 5 سال پیش
والد
کامیت
1006fc2c3b

+ 1 - 1
hsweb-system/hsweb-system-authorization/hsweb-system-authorization-api/src/main/java/org/hswebframework/web/system/authorization/api/entity/DimensionEntity.java

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