删除排序
parent
7808c86a71
commit
af66d40a1e
|
@ -36,6 +36,12 @@
|
|||
<version>1.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.sf.json-lib</groupId>
|
||||
<artifactId>json-lib</artifactId>
|
||||
<version>2.4</version>
|
||||
<classifier>jdk15</classifier>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
package com.muyu.cloud.background.api;
|
||||
|
||||
import com.muyu.cloud.background.domin.api.MobileLocationdomain;
|
||||
import com.muyu.common.core.domain.Result;
|
||||
import net.sf.json.JSONObject;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
|
|
Loading…
Reference in New Issue