月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-09-06 2ddd2b93b389d08fc96dea0756d9ee30e1a82589
src/main/java/com/moon/server/entity/shujian/CreateLayerEntity.java
@@ -492,7 +492,7 @@
    public class Config {
        private Process process;
        public Config(Integer type, List<GradientColorTableEntity> levels) {
        public Config(Integer type, List<?> levels) {
            process = new Process(type, levels);
        }