开发微信打卡系统

This commit is contained in:
huangdeliang
2020-11-29 18:54:10 +08:00
parent b747473858
commit efc07c6b90
9 changed files with 205 additions and 90 deletions

View File

@ -58,4 +58,6 @@ public interface ISysWxUserInfoService
* @return 结果
*/
public int deleteSysWxUserInfoById(String openid);
}