wang-hao-jie
2021-12-08 72ba09f4055bcaadca22530929408a3fcd74ceee
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();
}