wang-hao-jie
2021-12-27 0ff40945265bbad5d639580df2033dc3f990e5db
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/service/ICustomerService.java
@@ -11,4 +11,5 @@
 */
public interface ICustomerService extends IService<Customer> {
    int countOpenId();
}