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")
private Long id;
@ApiModelProperty("项目客户id")
private Long customerId;
@ApiModelProperty("项目id")
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">
SELECT
w.id,
p.customer_id,
w.project_id,
c.customer_name,
p.industry_code,