🆕 添加 solon-plugins 下的两个新模块

This commit is contained in:
西东
2024-10-09 12:33:11 +08:00
committed by GitHub
parent 17399b59f5
commit 42621285fb
36 changed files with 1737 additions and 11 deletions

View File

@ -61,6 +61,8 @@
import com.binarywang.solon.wxjava.cp_multi.service.WxCpMultiServices;
import me.chanjar.weixin.cp.api.WxCpService;
import me.chanjar.weixin.cp.api.WxCpUserService;
import org.noear.solon.annotation.Component;
import org.noear.solon.annotation.Inject;
@Component
public class DemoService {