From 7a93f4097430703dc60c4aee0240ed348a0ab1df Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 06 一月 2025 18:12:00 +0800 Subject: [PATCH] 核算重构 --- ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleVO.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleVO.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleVO.java index a1344e8..0e5d2aa 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleVO.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleVO.java @@ -59,4 +59,8 @@ private Integer deleted; private Integer unitId; + //杩濊璺暟銆佷釜鏁� + private Integer num; + //宸ュ崟涓嬪彂鍒板鏍搁�氳繃鐨勬椂闂� + private long handleTime; } -- Gitblit v1.8.0