Skip to content

Commit

Permalink
add the function changeStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
leedarKen committed Feb 19, 2016
1 parent f82326d commit ad5433e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/zmsport/iyuesai/service/CityService.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ public interface CityService {
* @param ids
*/
public void delete(String ids);


void changeStatus(String id);
}

0 comments on commit ad5433e

Please sign in to comment.