Commit 99aeab1a by 丁伟峰

Merge branch 'feature-dingwf-0715' into develop

2 parents 2a4c8e1e 4ae7289e
...@@ -27,7 +27,7 @@ public class MapLayerCustomizeEntity { ...@@ -27,7 +27,7 @@ public class MapLayerCustomizeEntity {
private String layerDescribe; private String layerDescribe;
@Column(name = "disabled", nullable = false) @Column(name = "disabled", nullable = false)
private boolean disabled; private Boolean disabled;
@Column(name = "memo", nullable = false, length = 100) @Column(name = "memo", nullable = false, length = 100)
private String memo; private String memo;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!