Commit b89ccf4a by 张晓

map_block_info 字段名调整

1 parent a913ce45
......@@ -20,8 +20,8 @@ public class MapBlockInfoEntity {
@Column(name = "block_name", length = 20, nullable = false)
private String blockName;
@Column(name = "subsection_id", length = 50, nullable = false)
private String subsectionId;
@Column(name = "branch_id", length = 50, nullable = false)
private String branchId;
@Column(name = "group_id", length = 50, nullable = false)
private String groupId;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!