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