From 4f70fde4d5ba46053045369cb25f1f91082d5683 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq,com> Date: 星期三, 13 一月 2021 11:53:48 +0800 Subject: [PATCH] 修改 --- MybatisGenerator/src/com/lxw/genereator/po/User_infExample.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MybatisGenerator/src/com/lxw/genereator/po/TbUserInfExample.java b/MybatisGenerator/src/com/lxw/genereator/po/User_infExample.java similarity index 99% rename from MybatisGenerator/src/com/lxw/genereator/po/TbUserInfExample.java rename to MybatisGenerator/src/com/lxw/genereator/po/User_infExample.java index 04c77e1..d6bfb89 100644 --- a/MybatisGenerator/src/com/lxw/genereator/po/TbUserInfExample.java +++ b/MybatisGenerator/src/com/lxw/genereator/po/User_infExample.java @@ -5,14 +5,14 @@ import java.util.Iterator; import java.util.List; -public class TbUserInfExample { +public class User_infExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; - public TbUserInfExample() { + public User_infExample() { oredCriteria = new ArrayList<>(); } -- Gitblit v1.9.1