From 70b2c7a1f5b54cf9157d8fce4d6a9b0f2fadaebe Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期二, 15 四月 2025 17:13:28 +0800 Subject: [PATCH] 获取终止操作结果 --- pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoSt/StConsumeClientDay.java | 354 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 354 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoSt/StConsumeClientDay.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoSt/StConsumeClientDay.java new file mode 100644 index 0000000..4d72db2 --- /dev/null +++ b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/pojoSt/StConsumeClientDay.java @@ -0,0 +1,354 @@ +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/25 18:08 + * @Description + */ + +@TableName(value="st_consume_client_day", autoResultMap = true) +@Data +@Builder +@ToString +@NoArgsConstructor +@AllArgsConstructor +@Schema(name = "鍐滄埛娑堣垂鏃ョ粺璁�") +public class StConsumeClientDay implements BaseEntity { + + public static final long serialVersionUID = 202412251437001L; + /** + * 涓婚敭 + */ + public Long id; + + /** + * 澶栭敭锛屾寚鍚戝啘鎴� + */ + public Long clientId; + + /** + * 骞村害 + */ + public Integer year; + + /** + * 鏈堜唤 + */ + public Integer month; + + /** + * 1鍙锋秷璐圭粺璁� + */ + public Double amount1; + + /** + * 1鍙锋秷璐规鏁� + */ + public Integer times1; + + /** + * 2鍙锋秷璐圭粺璁� + */ + public Double amount2; + + /** + * 2鍙锋秷璐规鏁� + */ + public Integer times2; + + /** + * 3鍙锋秷璐圭粺璁� + */ + public Double amount3; + + /** + * 3鍙锋秷璐规鏁� + */ + public Integer times3; + + /** + * 4鍙锋秷璐圭粺璁� + */ + public Double amount4; + + /** + * 4鍙锋秷璐规鏁� + */ + public Integer times4; + + /** + * 5鍙锋秷璐圭粺璁� + */ + public Double amount5; + + /** + * 5鍙锋秷璐规鏁� + */ + public Integer times5; + + /** + * 6鍙锋秷璐圭粺璁� + */ + public Double amount6; + + /** + * 6鍙锋秷璐规鏁� + */ + public Integer times6; + + /** + * 7鍙锋秷璐圭粺璁� + */ + public Double amount7; + + /** + * 7鍙锋秷璐规鏁� + */ + public Integer times7; + + /** + * 8鍙锋秷璐圭粺璁� + */ + public Double amount8; + + /** + * 8鍙锋秷璐规鏁� + */ + public Integer times8; + + /** + * 9鍙锋秷璐圭粺璁� + */ + public Double amount9; + + /** + * 9鍙锋秷璐规鏁� + */ + public Integer times9; + + /** + * 10鍙锋秷璐圭粺璁� + */ + public Double amount10; + + /** + * 10鍙锋秷璐规鏁� + */ + public Integer times10; + + /** + * 11鍙锋秷璐圭粺璁� + */ + public Double amount11; + + /** + * 11鍙锋秷璐规鏁� + */ + public Integer times11; + + /** + * 12鍙锋秷璐圭粺璁� + */ + public Double amount12; + + /** + * 12鍙锋秷璐规鏁� + */ + public Integer times12; + + /** + * 13鍙锋秷璐圭粺璁� + */ + public Double amount13; + + /** + * 13鍙锋秷璐规鏁� + */ + public Integer times13; + + /** + * 14鍙锋秷璐圭粺璁� + */ + public Double amount14; + + /** + * 14鍙锋秷璐规鏁� + */ + public Integer times14; + + /** + * 15鍙锋秷璐圭粺璁� + */ + public Double amount15; + + /** + * 15鍙锋秷璐规鏁� + */ + public Integer times15; + + /** + * 16鍙锋秷璐圭粺璁� + */ + public Double amount16; + + /** + * 16鍙锋秷璐规鏁� + */ + public Integer times16; + + /** + * 17鍙锋秷璐圭粺璁� + */ + public Double amount17; + + /** + * 17鍙锋秷璐规鏁� + */ + public Integer times17; + + /** + * 18鍙锋秷璐圭粺璁� + */ + public Double amount18; + + /** + * 18鍙锋秷璐规鏁� + */ + public Integer times18; + + /** + * 19鍙锋秷璐圭粺璁� + */ + public Double amount19; + + /** + * 19鍙锋秷璐规鏁� + */ + public Integer times19; + + /** + * 20鍙锋秷璐圭粺璁� + */ + public Double amount20; + + /** + * 20鍙锋秷璐规鏁� + */ + public Integer times20; + + /** + * 21鍙锋秷璐圭粺璁� + */ + public Double amount21; + + /** + * 21鍙锋秷璐规鏁� + */ + public Integer times21; + + /** + * 22鍙锋秷璐圭粺璁� + */ + public Double amount22; + + /** + * 22鍙锋秷璐规鏁� + */ + public Integer times22; + + /** + * 23鍙锋秷璐圭粺璁� + */ + public Double amount23; + + /** + * 23鍙锋秷璐规鏁� + */ + public Integer times23; + + /** + * 24鍙锋秷璐圭粺璁� + */ + public Double amount24; + + /** + * 24鍙锋秷璐规鏁� + */ + public Integer times24; + + /** + * 25鍙锋秷璐圭粺璁� + */ + public Double amount25; + + /** + * 25鍙锋秷璐规鏁� + */ + public Integer times25; + + /** + * 26鍙锋秷璐圭粺璁� + */ + public Double amount26; + + /** + * 26鍙锋秷璐规鏁� + */ + public Integer times26; + + /** + * 27鍙锋秷璐圭粺璁� + */ + public Double amount27; + + /** + * 27鍙锋秷璐规鏁� + */ + public Integer times27; + + /** + * 28鍙锋秷璐圭粺璁� + */ + public Double amount28; + + /** + * 28鍙锋秷璐规鏁� + */ + public Integer times28; + + /** + * 29鍙锋秷璐圭粺璁� + */ + public Double amount29; + + /** + * 29鍙锋秷璐规鏁� + */ + public Integer times29; + + /** + * 30鍙锋秷璐圭粺璁� + */ + public Double amount30; + + /** + * 30鍙锋秷璐规鏁� + */ + public Integer times30; + + /** + * 31鍙锋秷璐圭粺璁� + */ + public Double amount31; + + /** + * 31鍙锋秷璐规鏁� + */ + public Integer times31; + +} \ No newline at end of file -- Gitblit v1.8.0