From c5410b2cb68fbff85530b00385ecf82c6607937c Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期一, 24 三月 2025 17:35:01 +0800 Subject: [PATCH] 远场表单居中 --- inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProductResult.java | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProductResult.java b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProductResult.java index 02f9ca4..98f0dea 100644 --- a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProductResult.java +++ b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProductResult.java @@ -16,7 +16,7 @@ @Data public class InsProductResult implements Serializable { /** - * + * */ @TableId(type = IdType.AUTO) private Integer id; @@ -49,6 +49,8 @@ private String afterCheck; private String afterNote; + private String testResult; + @TableField(fill = FieldFill.INSERT) private Integer createUser; @@ -69,4 +71,4 @@ * 娆℃暟(妫�娴嬫鏁�) */ private Integer num; -} \ No newline at end of file +} -- Gitblit v1.9.3