From 23bbee889008c89ca39632ff4c86724d57517906 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 11 二月 2023 15:10:53 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/ctrl/CountEntity.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/lf/server/entity/ctrl/CountEntity.java b/src/main/java/com/lf/server/entity/ctrl/CountEntity.java index e40ecf5..c84de19 100644 --- a/src/main/java/com/lf/server/entity/ctrl/CountEntity.java +++ b/src/main/java/com/lf/server/entity/ctrl/CountEntity.java @@ -5,6 +5,8 @@ * @author WWW */ public class CountEntity { + private Integer no; + private String m1; private String m2; @@ -18,6 +20,14 @@ public CountEntity() { } + public Integer getNo() { + return no; + } + + public void setNo(Integer no) { + this.no = no; + } + public String getM1() { return m1; } -- Gitblit v1.9.3