From 6371f17b2056b6e4010cbdc60965d5eac12a5d98 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 15 十月 2024 18:27:29 +0800 Subject: [PATCH] 考核导出bug,人脸上传及时bug --- 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