Commit f69f1c74 authored by zhangyingbin's avatar zhangyingbin

企业关联设备接口新增返回sequenceNbr字段

parent 88f46578
...@@ -4,6 +4,11 @@ import lombok.Data; ...@@ -4,6 +4,11 @@ import lombok.Data;
@Data @Data
public class EquEnterDto { public class EquEnterDto {
/**
* 设备id
*/
private String sequenceNbr;
/** /**
* 使用登记代码 * 使用登记代码
*/ */
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<select id="getInfo" resultType="com.yeejoin.amos.boot.module.tzs.api.dto.EquEnterDto"> <select id="getInfo" resultType="com.yeejoin.amos.boot.module.tzs.api.dto.EquEnterDto">
SELECT SELECT
RI.sequence_nbr,
RI.use_org_code, RI.use_org_code,
RI.equ_category, RI.equ_category,
RI.product_name, RI.product_name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment