wang-hao-jie
2021-12-14 0c0a751f2e1abac46b506697096cc3b2a5b54510
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();
}