From 1a696a8bc15b6569696e59ba9dea20f438c62f7b Mon Sep 17 00:00:00 2001 From: 杨凯 <398860375@qq.com> Date: 星期五, 20 十月 2023 13:15:18 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- consum-base/src/main/java/com/consum/base/core/param/CheckWhEntity.java | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/consum-base/src/main/java/com/consum/base/core/param/CheckWhEntity.java b/consum-base/src/main/java/com/consum/base/core/param/CheckWhEntity.java new file mode 100644 index 0000000..ef5f7ee --- /dev/null +++ b/consum-base/src/main/java/com/consum/base/core/param/CheckWhEntity.java @@ -0,0 +1,33 @@ +package com.consum.base.core.param; + +public class CheckWhEntity { + + /** + * 鍑哄叆搴撴暟閲� + */ + private Integer count; + + /** + * 瑙勬牸鍨嬪彿id + */ + private Long modelId; + + + public Integer getCount() { + return count; + } + + public void setCount(Integer count) { + this.count = count; + } + + public Long getModelId() { + return modelId; + } + + public void setModelId(Long modelId) { + this.modelId = modelId; + } + + +} -- Gitblit v1.9.1