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