From 7a7dbbd34179b79caf3b74dedf2d5b84f30d0c05 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 26 四月 2024 11:13:08 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleCascaderVO.java | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleCascaderVO.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleCascaderVO.java new file mode 100644 index 0000000..63d6d23 --- /dev/null +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateRuleCascaderVO.java @@ -0,0 +1,38 @@ +package com.ycl.platform.domain.vo; + +import com.ycl.system.domain.TreeNode; +import enumeration.general.RuleDeductCategoryEnum; +import lombok.Data; + +/** + * 鍒嗘暟鏍哥畻瑙勫垯瀵硅薄 t_default_rule + * + * @author ruoyi + * @date 2024-04-01 + */ +@Data +public class CalculateRuleCascaderVO extends TreeNode { + private static final long serialVersionUID = 1L; + + private Long value; + + private String label; + + /** + * 鎵e垎鏂瑰紡 + */ + private RuleDeductCategoryEnum deductCategory; + + /** + * 鎵i櫎鍒嗘暟 + */ + private Double calcFraction; + + /** + * 褰撴柟寮忎负闄や互鏃讹紝闄や互褰撳墠瀛楁鏁伴噺 + */ + private Integer calcUnit; + + private Long contractId; + +} -- Gitblit v1.8.0