From ecef3df4890be54c1da2a8a4fc1c8c1f50f1c263 Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期一, 07 四月 2025 15:41:47 +0800 Subject: [PATCH] 式样代码管理 --- pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoSt/StRechargeIcDay.java | 514 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 514 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoSt/StRechargeIcDay.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoSt/StRechargeIcDay.java new file mode 100644 index 0000000..c9129ec --- /dev/null +++ b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoSt/StRechargeIcDay.java @@ -0,0 +1,514 @@ +package com.dy.pipIrrGlobal.pojoSt; + +import com.baomidou.mybatisplus.annotation.TableName; +import com.dy.common.po.BaseEntity; +import io.swagger.v3.oas.annotations.media.Schema; +import lombok.*; + +/** + * @Author: liurunyu + * @Date: 2024/12/24 14:53 + * @Description + */ + +@TableName(value="st_recharge_ic_day", autoResultMap = true) +@Data +@Builder +@ToString +@NoArgsConstructor +@AllArgsConstructor +@Schema(name = "IC鍗″厖鍊兼棩缁熻") +public class StRechargeIcDay implements BaseEntity { + + public static final long serialVersionUID = 202412251428001L; + /** + * 涓婚敭 + */ + public Long id; + + /** + * 澶栭敭锛屾寚鍚戝啘鎴� + */ + public Long clientId; + + /** + * 澶栭敭锛屾寚鍚戝啘鎴稩C鍗� + */ + public Long cardId; + + /** + * 骞村害 + */ + public Integer year; + + /** + * 鏈堜唤 + */ + public Integer month; + + /** + * 1鍙峰厖鍊肩粺璁� + */ + public Double amount1; + + /** + * 1鍙疯禒閫佺粺璁� + */ + public Double gift1; + + /** + * 1鍙峰厖鍊兼鏁� + */ + public Integer times1; + + /** + * 2鍙峰厖鍊肩粺璁� + */ + public Double amount2; + + /** + * 2鍙疯禒閫佺粺璁� + */ + public Double gift2; + + /** + * 2鍙峰厖鍊兼鏁� + */ + public Integer times2; + + /** + * 3鍙峰厖鍊肩粺璁� + */ + public Double amount3; + + /** + * 3鍙疯禒閫佺粺璁� + */ + public Double gift3; + + /** + * 3鍙峰厖鍊兼鏁� + */ + public Integer times3; + + /** + * 4鍙峰厖鍊肩粺璁� + */ + public Double amount4; + + /** + * 4鍙疯禒閫佺粺璁� + */ + public Double gift4; + + /** + * 4鍙峰厖鍊兼鏁� + */ + public Integer times4; + + /** + * 5鍙峰厖鍊肩粺璁� + */ + public Double amount5; + + /** + * 5鍙疯禒閫佺粺璁� + */ + public Double gift5; + + /** + * 5鍙峰厖鍊兼鏁� + */ + public Integer times5; + + /** + * 6鍙峰厖鍊肩粺璁� + */ + public Double amount6; + + /** + * 6鍙疯禒閫佺粺璁� + */ + public Double gift6; + + /** + * 6鍙峰厖鍊兼鏁� + */ + public Integer times6; + + /** + * 7鍙峰厖鍊肩粺璁� + */ + public Double amount7; + + /** + * 7鍙疯禒閫佺粺璁� + */ + public Double gift7; + + /** + * 7鍙峰厖鍊兼鏁� + */ + public Integer times7; + + /** + * 8鍙峰厖鍊肩粺璁� + */ + public Double amount8; + + /** + * 8鍙疯禒閫佺粺璁� + */ + public Double gift8; + + /** + * 8鍙峰厖鍊兼鏁� + */ + public Integer times8; + + /** + * 9鍙峰厖鍊肩粺璁� + */ + public Double amount9; + + /** + * 9鍙疯禒閫佺粺璁� + */ + public Double gift9; + + /** + * 9鍙峰厖鍊兼鏁� + */ + public Integer times9; + + /** + * 10鍙峰厖鍊肩粺璁� + */ + public Double amount10; + + /** + * 10鍙疯禒閫佺粺璁� + */ + public Double gift10; + + /** + * 10鍙峰厖鍊兼鏁� + */ + public Integer times10; + + /** + * 11鍙峰厖鍊肩粺璁� + */ + public Double amount11; + + /** + * 11鍙疯禒閫佺粺璁� + */ + public Double gift11; + + /** + * 11鍙峰厖鍊兼鏁� + */ + public Integer times11; + + /** + * 12鍙峰厖鍊肩粺璁� + */ + public Double amount12; + + /** + * 12鍙疯禒閫佺粺璁� + */ + public Double gift12; + + /** + * 12鍙峰厖鍊兼鏁� + */ + public Integer times12; + + /** + * 13鍙峰厖鍊肩粺璁� + */ + public Double amount13; + + /** + * 13鍙疯禒閫佺粺璁� + */ + public Double gift13; + + /** + * 13鍙峰厖鍊兼鏁� + */ + public Integer times13; + + /** + * 14鍙峰厖鍊肩粺璁� + */ + public Double amount14; + + /** + * 14鍙疯禒閫佺粺璁� + */ + public Double gift14; + + /** + * 14鍙峰厖鍊兼鏁� + */ + public Integer times14; + + /** + * 15鍙峰厖鍊肩粺璁� + */ + public Double amount15; + + /** + * 15鍙疯禒閫佺粺璁� + */ + public Double gift15; + + /** + * 15鍙峰厖鍊兼鏁� + */ + public Integer times15; + + /** + * 16鍙峰厖鍊肩粺璁� + */ + public Double amount16; + + /** + * 16鍙疯禒閫佺粺璁� + */ + public Double gift16; + + /** + * 16鍙峰厖鍊兼鏁� + */ + public Integer times16; + + /** + * 17鍙峰厖鍊肩粺璁� + */ + public Double amount17; + + /** + * 17鍙疯禒閫佺粺璁� + */ + public Double gift17; + + /** + * 17鍙峰厖鍊兼鏁� + */ + public Integer times17; + + /** + * 18鍙峰厖鍊肩粺璁� + */ + public Double amount18; + + /** + * 18鍙疯禒閫佺粺璁� + */ + public Double gift18; + + /** + * 18鍙峰厖鍊兼鏁� + */ + public Integer times18; + + /** + * 19鍙峰厖鍊肩粺璁� + */ + public Double amount19; + + /** + * 19鍙疯禒閫佺粺璁� + */ + public Double gift19; + + /** + * 19鍙峰厖鍊兼鏁� + */ + public Integer times19; + + /** + * 20鍙峰厖鍊肩粺璁� + */ + public Double amount20; + + /** + * 20鍙疯禒閫佺粺璁� + */ + public Double gift20; + + /** + * 20鍙峰厖鍊兼鏁� + */ + public Integer times20; + + /** + * 21鍙峰厖鍊肩粺璁� + */ + public Double amount21; + + /** + * 21鍙疯禒閫佺粺璁� + */ + public Double gift21; + + /** + * 21鍙峰厖鍊兼鏁� + */ + public Integer times21; + + /** + * 22鍙峰厖鍊肩粺璁� + */ + public Double amount22; + + /** + * 22鍙疯禒閫佺粺璁� + */ + public Double gift22; + + /** + * 22鍙峰厖鍊兼鏁� + */ + public Integer times22; + + /** + * 23鍙峰厖鍊肩粺璁� + */ + public Double amount23; + + /** + * 23鍙疯禒閫佺粺璁� + */ + public Double gift23; + + /** + * 23鍙峰厖鍊兼鏁� + */ + public Integer times23; + + /** + * 24鍙峰厖鍊肩粺璁� + */ + public Double amount24; + + /** + * 24鍙疯禒閫佺粺璁� + */ + public Double gift24; + + /** + * 24鍙峰厖鍊兼鏁� + */ + public Integer times24; + + /** + * 25鍙峰厖鍊肩粺璁� + */ + public Double amount25; + + /** + * 25鍙疯禒閫佺粺璁� + */ + public Double gift25; + + /** + * 25鍙峰厖鍊兼鏁� + */ + public Integer times25; + + /** + * 26鍙峰厖鍊肩粺璁� + */ + public Double amount26; + + /** + * 26鍙疯禒閫佺粺璁� + */ + public Double gift26; + + /** + * 26鍙峰厖鍊兼鏁� + */ + public Integer times26; + + /** + * 27鍙峰厖鍊肩粺璁� + */ + public Double amount27; + + /** + * 27鍙疯禒閫佺粺璁� + */ + public Double gift27; + + /** + * 27鍙峰厖鍊兼鏁� + */ + public Integer times27; + + /** + * 28鍙峰厖鍊肩粺璁� + */ + public Double amount28; + + /** + * 28鍙疯禒閫佺粺璁� + */ + public Double gift28; + + /** + * 28鍙峰厖鍊兼鏁� + */ + public Integer times28; + + /** + * 29鍙峰厖鍊肩粺璁� + */ + public Double amount29; + + /** + * 29鍙疯禒閫佺粺璁� + */ + public Double gift29; + + /** + * 29鍙峰厖鍊兼鏁� + */ + public Integer times29; + + /** + * 30鍙峰厖鍊肩粺璁� + */ + public Double amount30; + + /** + * 30鍙疯禒閫佺粺璁� + */ + public Double gift30; + + /** + * 30鍙峰厖鍊兼鏁� + */ + public Integer times30; + + /** + * 31鍙峰厖鍊肩粺璁� + */ + public Double amount31; + + /** + * 31鍙疯禒閫佺粺璁� + */ + public Double gift31; + + /** + * 31鍙峰厖鍊兼鏁� + */ + public Integer times31; + +} \ No newline at end of file -- Gitblit v1.8.0