package jnpf.limsService.impl; import jnpf.base.service.SuperServiceImpl; import jnpf.limsEntity.LimsQuyangEntity; import jnpf.limsMapper.LimsQuyangMapper; import jnpf.limsService.LimsQuyangService; import org.springframework.stereotype.Service; /** * lims_quyang 取样表 service 实现。 * *
三表合并后取样逻辑已并入 {@link jnpf.limsService.LimsQingyandanService#fetch},
* 本类不再有自定义取样方法,仅保留 IService 通用 CRUD(被报告 / 接样等只读 / 更新场景复用)。
*/
@Service
public class LimsQuyangServiceImpl extends SuperServiceImpl