From 57c63c7af9bcff4d38da1bf247ec0eac21887c48 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 09 一月 2023 16:11:13 +0800 Subject: [PATCH] 5 --- src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java b/src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java new file mode 100644 index 0000000..6ffbabc --- /dev/null +++ b/src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java @@ -0,0 +1,32 @@ +package com.lf.server.entity.ctrl; + +/** + * 琛ㄦ槧灏勫疄浣撶被 + * @author WWW + */ +public class TabMapperEntity { + public TabMapperEntity() { + } + + public TabMapperEntity(String fileName, String type, String tab, String subPath) { + this.fileName = fileName; + this.type = type; + this.tab = tab; + this.subPath = subPath; + } + + private String fileName; + + private String extName; + + private String type; + + private String subPath; + + private String tab; + + private String entity; + + private Integer rows; + +} -- Gitblit v1.9.3