wang-hao-jie
2021-12-27 a84a86bbd869b970f99488207dc7fcb91dab2c60
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();
}