Commit 66627511 by huangjinxin

fix:图层技能描述取消必传

1 parent dad60019
......@@ -27,7 +27,7 @@ public class MapLayerCustomizeEntity {
@Column(name = "layer", nullable = false, length = 50)
private String layer;
@Column(name = "layer_describe", nullable = false, length = 200)
@Column(name = "layer_describe", length = 200)
private String layerDescribe;
@Column(name = "status", nullable = false)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!