提交 cbe03654 编写于 作者: llz's avatar llz

删除重发

上级 a0b03d05
package cn.ibizlab.core.extensions.service;
import cn.ibizlab.core.avuedata.service.impl.BladeVisualServiceImpl;
import lombok.extern.slf4j.Slf4j;
import cn.ibizlab.core.avuedata.domain.BladeVisual;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.context.annotation.Primary;
import java.util.*;
/**
* 实体[可视化表] 自定义服务对象
*/
@Slf4j
@Primary
@Service("BladeVisualExService")
public class BladeVisualExService extends BladeVisualServiceImpl {
@Override
protected Class currentModelClass() {
return com.baomidou.mybatisplus.core.toolkit.ReflectionKit.getSuperClassGenericType(this.getClass().getSuperclass(), 1);
}
/**
* [Save2:Save2] 行为扩展
* @param et
* @return
*/
@Override
@Transactional
public BladeVisual save2(BladeVisual et) {
return super.save2(et);
}
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册