MiniWechatCodeService.java 265 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 package com.viontech.service; import com.viontech.model.MiniWeChatCode; /** * Created with IntelliJ IDEA. * * @author: zhuhai * Date: 2023-04-04 * Time: 15:48 */ public interface MiniWechatCodeService { public MiniWeChatCode getByCode(String code); }