waring
parent
4ea9576af8
commit
4ab4451396
|
|
@ -18,6 +18,9 @@ public class EvalProjectWaringRemindCo implements Serializable {
|
||||||
@ApiModelProperty("预警id")
|
@ApiModelProperty("预警id")
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
||||||
|
@ApiModelProperty("项目客户id")
|
||||||
|
private Long customerId;
|
||||||
|
|
||||||
@ApiModelProperty("项目id")
|
@ApiModelProperty("项目id")
|
||||||
private Long projectId;
|
private Long projectId;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
resultType="org.qinan.safetyeval.client.waring.response.EvalProjectWaringRemindCo">
|
resultType="org.qinan.safetyeval.client.waring.response.EvalProjectWaringRemindCo">
|
||||||
SELECT
|
SELECT
|
||||||
w.id,
|
w.id,
|
||||||
|
p.customer_id,
|
||||||
w.project_id,
|
w.project_id,
|
||||||
c.customer_name,
|
c.customer_name,
|
||||||
p.industry_code,
|
p.industry_code,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue