lihang
2023-07-12 ea44fca5c2b4e0101a43bea607ce1de1bdc6e173
Source/UBCS/ubcs-service/ubcs-omd/src/main/java/com/vci/ubcs/omd/mapper/BtmTypeAttributeMapper.java
@@ -1,5 +1,7 @@
package com.vci.ubcs.omd.mapper;
import com.baomidou.mybatisplus.annotation.InterceptorIgnore;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.vci.ubcs.omd.entity.BtmTypeAttribute;
import org.apache.ibatis.annotations.Param;
import org.springblade.core.mp.mapper.BladeMapper;
@@ -13,12 +15,13 @@
 * @author LiHang
 * @date 2023/4/23
 */
public interface BtmTypeAttributeMapper extends BladeMapper<BtmTypeAttribute> {
public interface BtmTypeAttributeMapper extends BaseMapper<BtmTypeAttribute> {
    int batchDelete(List<String> records);
    int batchDelete(@Param("records") List<String> records);
   int batchUpdate(List<BtmTypeAttribute> btmTypeAttributeDOList);
   @InterceptorIgnore(tenantLine = "true")
   int batchUpdate(@Param("records") List<BtmTypeAttribute> btmTypeAttributeDOList);
   /**
    * 获取业务类型中的指定属性