zjh
2024-05-17 88ee7561ab60710099182514bf639e37fd6114a9
1
2
3
4
5
6
7
8
9
10
11
package com.ltkj.hosp.service.impl;
 
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.ltkj.hosp.domain.TjCustomerBlack;
import com.ltkj.hosp.mapper.TjCustomerBlackMapper;
import com.ltkj.hosp.service.TjCustomerBlackService;
import org.springframework.stereotype.Service;
 
@Service
public class TjCustomerBlackServiceImpl extends ServiceImpl<TjCustomerBlackMapper, TjCustomerBlack> implements TjCustomerBlackService {
}