shiyunteng
2026-06-03 73d34075f90af4b6d3c298b14b2f86db60e15f3d
1
2
3
4
5
6
7
8
package com.by4cloud.platformx.business.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.by4cloud.platformx.business.entity.BusinessCustomer;
 
public interface BusinessCustomerService extends IService<BusinessCustomer> {
 
}