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/concret/entity/TMixing.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/concret/entity/TMixing.java b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/concret/entity/TMixing.java index 0ea19b1..3325f12 100644 --- a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/concret/entity/TMixing.java +++ b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/concret/entity/TMixing.java @@ -63,9 +63,11 @@ private Integer stata; /** - * 报告编号 + * id */ private String siloId; + //拌合站名称 + private String siloName; /** * 报告编号 */ @@ -74,6 +76,8 @@ * 检验时间 */ private String inspectDate; + //1 展示 2不展示 + private Integer types; /** * This field was generated by MyBatis Generator. -- Gitblit v1.9.3