dev
luotaiqian 2026-07-22 14:13:51 +08:00
parent 4ea9576af8
commit 4ab4451396
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -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,