路径更改
This commit is contained in:
parent
df6f3d4ffe
commit
32ecaf615a
|
|
@ -1,4 +1,4 @@
|
|||
package com.nflg.product.technology.pojo.vo;
|
||||
package com.nflg.product.technology.pojo.dto;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
package com.nflg.product.technology.util;
|
||||
|
||||
import com.nflg.product.base.core.exception.NflgBusinessException;
|
||||
import com.nflg.product.bomnew.pojo.dto.BaseImportExcelDTO;
|
||||
import com.nflg.product.technology.pojo.dto.BaseImportExcelDTO;
|
||||
import nflg.product.common.constant.STATE;
|
||||
import org.springframework.http.HttpHeaders;
|
||||
import org.springframework.http.MediaType;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.nflg.product.technology.mapper.master.ProcessWorkCenterMapper">
|
||||
|
||||
<resultMap type="com.nflg.product.bomnew.pojo.entity.ProcessWorkCenterEntity" id="ProcessWorkCenterMap">
|
||||
<resultMap type="com.nflg.product.technology.pojo.entity.ProcessWorkCenterEntity" id="ProcessWorkCenterMap">
|
||||
<result property="rowId" column="row_id" jdbcType="INTEGER"/>
|
||||
<result property="factory" column="factory" jdbcType="VARCHAR"/>
|
||||
<result property="workCenter" column="work_center" jdbcType="VARCHAR"/>
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
</where>
|
||||
</sql>
|
||||
|
||||
<select id="selectPageByCondition" resultType="com.nflg.product.bomnew.pojo.vo.ProcessWorkCenterVO">
|
||||
<select id="selectPageByCondition" resultType="com.nflg.product.technology.pojo.vo.ProcessWorkCenterVO">
|
||||
select
|
||||
<include refid="base_column_list"/>
|
||||
from t_process_workcenter
|
||||
|
|
|
|||
Loading…
Reference in New Issue