Browse Source

更新文件 AdvertiseDao.java

陈士柏 2 years ago
parent
commit
26d6c4a7b3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      mhotel/src/com/happy/dao/AdvertiseDao.java

+ 2 - 0
mhotel/src/com/happy/dao/AdvertiseDao.java

@@ -23,4 +23,6 @@ public interface AdvertiseDao {
 
     public int queryAdvertiseTotal(String sqlx);
 
+    public int updateState(Integer id, Integer state);
+
 }