PtlAgreementUndwrtRulesAttrLinkHistoryService.java 440 B

1234567891011121314
  1. package com.ydtech.modules.protocols.service;
  2. import com.baomidou.mybatisplus.extension.service.IService;
  3. import com.ydtech.modules.protocols.entity.po.PtlAgreementUndwrtRulesAttrLink;
  4. import com.ydtech.modules.protocols.entity.po.PtlAgreementUndwrtRulesAttrLinkHistory;
  5. /**
  6. *@author:
  7. *@description:
  8. *@create:
  9. */
  10. public interface PtlAgreementUndwrtRulesAttrLinkHistoryService extends IService<PtlAgreementUndwrtRulesAttrLinkHistory> {
  11. }