|
|
|
@ -23,7 +23,7 @@ import java.util.Map;
|
|
|
|
|
* @since 2023-09-07 09:43:07
|
|
|
|
|
*/
|
|
|
|
|
@Service("bPlanEnterpriseService")
|
|
|
|
|
public class BPlanEnterpriseServiceImpl extends ServiceImpl<BPlanEnterpriseMapper, BPlanEnterprise> implements BPlanEnterpriseService {
|
|
|
|
|
public class BPlanEnterpriseServiceImpl extends ServiceImpl<BPlanEnterpriseMapper, BPlanEnterpriseRequest> implements BPlanEnterpriseService {
|
|
|
|
|
@Resource
|
|
|
|
|
private BPlanEnterpriseMapper bPlanEnterpriseMapper;
|
|
|
|
|
|
|
|
|
|