Commit 6bea1cbb authored by macro's avatar macro
Browse files

Update SmsHomeAdvertiseService.java

parent 82944a4d
...@@ -20,7 +20,7 @@ public interface SmsHomeAdvertiseService { ...@@ -20,7 +20,7 @@ public interface SmsHomeAdvertiseService {
int delete(List<Long> ids); int delete(List<Long> ids);
/** /**
* 修改上、下线状态 * 修改广告上、下线状态
*/ */
int updateStatus(Long id, Integer status); int updateStatus(Long id, Integer status);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment