springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/service/ComPropertyEquipmentService.java
@@ -1,6 +1,8 @@ package com.panzhihua.service_property.service; import com.baomidou.mybatisplus.extension.service.IService; import com.panzhihua.common.model.dtos.property.CommonPage; import com.panzhihua.common.model.vos.R; import com.panzhihua.service_property.entity.ComPropertyEquipment; /** @@ -10,5 +12,6 @@ * @since 2021-09-07 13:29:32 */ public interface ComPropertyEquipmentService extends IService<ComPropertyEquipment> { R pageList(CommonPage commonPage); R insert(ComPropertyEquipment comPropertyEquipment); }