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