From fef815b467232a73b461fbee87e4d430a585adec Mon Sep 17 00:00:00 2001 From: 张磊磊 <201175954@qq.com> Date: 星期一, 04 十二月 2023 13:14:43 +0800 Subject: [PATCH] web拌合站屏幕 --- hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/pipeoutplan/entity/PipeOutPlanEntity.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/pipeoutplan/entity/PipeOutPlanEntity.java b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/pipeoutplan/entity/PipeOutPlanEntity.java index 7299577..b5b59ff 100644 --- a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/pipeoutplan/entity/PipeOutPlanEntity.java +++ b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/pipeoutplan/entity/PipeOutPlanEntity.java @@ -22,8 +22,10 @@ private String planOutId;//计划ID private String proId;//项目ID + private String proName;//项目名称 private Integer planYear;//年份 private Integer needPipeNum;//需求合计多少片 + private long completePipeNum;//已完成合计 private Date createTime;//创建时间 private String createUser;//创建人 private Date updateTime;//修改时间 -- Gitblit v1.9.3