|
|
@ -10,7 +10,7 @@ import org.apache.ibatis.annotations.Mapper; |
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
/** |
|
|
|
* 动力主轴负责人关系 |
|
|
|
* 动力主轴负责人关系 |
|
|
|
* |
|
|
|
* @author generator generator@elink-cn.com |
|
|
|
* @since v1.0.0 2022-04-19 |
|
|
@ -18,8 +18,15 @@ import java.util.List; |
|
|
|
@Mapper |
|
|
|
public interface PowerAxisStructLeaderDao extends BaseDao<PowerAxisStructLeaderEntity> { |
|
|
|
|
|
|
|
PowerAxisSLeaderResultDTO queryLeaderDetailById(String axisStructId,String customerId); |
|
|
|
|
|
|
|
PowerAxisSLeaderResultDTO queryLeaderDetailById(String axisStructId, String customerId); |
|
|
|
|
|
|
|
/** |
|
|
|
* 查询当前组织下绑定的所有负责人 |
|
|
|
* |
|
|
|
* @param formDto 查询条件 |
|
|
|
* @return java.util.List<com.epmet.plugin.power.dto.axis.result.PowerAxisSimpleListDTO> |
|
|
|
* @author work@yujt.net.cn |
|
|
|
* @date 2022/4/24/0024 19:35 |
|
|
|
*/ |
|
|
|
List<PowerAxisSimpleListDTO> listLeaderBriefByRootStructId(StructLeaderBriefFormDTO formDto); |
|
|
|
} |