PtlAgreementUndwrtRulesDictLabalService.java 474 B

123456789101112131415
  1. package com.ydtech.modules.protocols.service;
  2. import com.baomidou.mybatisplus.extension.service.IService;
  3. import com.ydtech.modules.protocols.entity.po.PtlAgreementUndwrtRulesDict;
  4. import com.ydtech.modules.protocols.entity.po.PtlAgreementUndwrtRulesDictLabal;
  5. /**
  6. *@author: tz
  7. *@description: 协议承保规则字典 service
  8. *@create: 2024-2-22 15:44:29
  9. */
  10. public interface PtlAgreementUndwrtRulesDictLabalService extends IService<PtlAgreementUndwrtRulesDictLabal> {
  11. }