You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
319 B
14 lines
319 B
package com.epmet.service;
|
|
|
|
import com.epmet.commons.mybatis.service.BaseService;
|
|
import com.epmet.entity.IcNatRelationEntity;
|
|
|
|
/**
|
|
* 核酸记录关系表
|
|
*
|
|
* @author generator generator@elink-cn.com
|
|
* @since v1.0.0 2022-03-31
|
|
*/
|
|
public interface IcNatRelationService extends BaseService<IcNatRelationEntity> {
|
|
|
|
}
|