- package com.ydtech.modules.scheme.service;
- import com.baomidou.mybatisplus.extension.service.IService;
- import com.ydtech.modules.scheme.entity.po.PtlOptionalSchemeInsurance;
- import com.ydtech.modules.scheme.entity.po.PtlOptionalSchemeInsuranceDrivingIntention;
- /**
- *@author: tz
- *@description: 自选方案 service
- *@create: 2024-8-13 14:53:39
- */
- public interface PtlOptionalSchemeInsuranceDrivingIntentionService extends IService<PtlOptionalSchemeInsuranceDrivingIntention> {
- }
|