package com.ydtech.modules.order.service; import com.baomidou.mybatisplus.extension.service.IService; import com.ydtech.modules.order.entity.api.pingan.area.InsPinAnArea; /** * @version * @author: hxl * @Date: 2024/4/12 9:44 * @Description: 添加平安数据区域表 */ public interface InsPinAnAreaService extends IService { }