- package com.ydtech.modules.protocols.service;
- import com.baomidou.mybatisplus.extension.service.IService;
- import com.ydtech.modules.protocols.entity.po.PtlAgreementUndwrtRulesAttrLink;
- import com.ydtech.modules.protocols.entity.po.PtlAgreementUndwrtRulesAttrLinkHistory;
- /**
- *@author:
- *@description:
- *@create:
- */
- public interface PtlAgreementUndwrtRulesAttrLinkHistoryService extends IService<PtlAgreementUndwrtRulesAttrLinkHistory> {
- }
|