From 458e903be7b0040606079288691fabfc0f4967bc Mon Sep 17 00:00:00 2001 From: Calvin <2440603509@qq.com> Date: 星期三, 31 七月 2024 09:53:30 +0800 Subject: [PATCH] 费用到处统计根据委托单位区分sheet --- inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java index b49c75c..eefacfc 100644 --- a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java +++ b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsSample.java @@ -112,6 +112,6 @@ private Integer parentId; @TableField(select = false,exist = false) - private Integer num; + private Integer num=1; } \ No newline at end of file -- Gitblit v1.9.3