Browse Source

删除 AppService.java

陈士柏 2 years ago
parent
commit
f897448944
1 changed files with 0 additions and 8 deletions
  1. 0 8
      mhotel/src/com/happy/service/AppService.java

+ 0 - 8
mhotel/src/com/happy/service/AppService.java

@@ -1,8 +0,0 @@
-package com.happy.service;
-
-import com.happy.Model.weixin.CodeEntity;
-
-public interface AppService {
-
-    public CodeEntity getCodeInfo(String code);
-}