From 689a2a39f649ea277bbd9399031df96bc865526a Mon Sep 17 00:00:00 2001 From: shishuaikang <280848880@qq.com> Date: 星期二, 05 十二月 2023 17:55:00 +0800 Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe --- hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/concret/entity/TMixing.java | 10 +++++++++- 1 files changed, 9 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 92f41ea..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,13 +63,21 @@ private Integer stata; /** - * 报告编号 + * id */ private String siloId; + //拌合站名称 + private String siloName; /** * 报告编号 */ private String percentage; + /** + * 检验时间 + */ + private String inspectDate; + //1 展示 2不展示 + private Integer types; /** * This field was generated by MyBatis Generator. -- Gitblit v1.9.3