From 22a00e98b8afc87482e6223789583e734a236206 Mon Sep 17 00:00:00 2001 From: liuguijing <123456> Date: Mon, 29 Apr 2024 15:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9view=E4=B8=ADdevtye?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View_Dy_Line_Tower_TerminalsExample.java | 44 ++++++------- .../src/main/resources/generatorConfig.xml | 26 ++++---- .../View_Dy_Line_Tower_TerminalsDao.xml | 64 ++++++++++--------- 3 files changed, 67 insertions(+), 67 deletions(-) diff --git a/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/View_Dy_Line_Tower_TerminalsExample.java b/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/View_Dy_Line_Tower_TerminalsExample.java index 9b7b7de..02243ee 100644 --- a/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/View_Dy_Line_Tower_TerminalsExample.java +++ b/xymanager_common/src/main/java/com/shxy/xymanager_common/entity/View_Dy_Line_Tower_TerminalsExample.java @@ -7,7 +7,6 @@ import java.util.List; public class View_Dy_Line_Tower_TerminalsExample { protected String orderByClause; - protected String groupByClause; protected boolean distinct; @@ -17,14 +16,6 @@ public class View_Dy_Line_Tower_TerminalsExample { oredCriteria = new ArrayList(); } - public String getGroupByClause() { - return groupByClause; - } - - public void setGroupByClause(String groupByClause) { - this.groupByClause = groupByClause; - } - public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; } @@ -2021,52 +2012,62 @@ public class View_Dy_Line_Tower_TerminalsExample { return (Criteria) this; } - public Criteria andDevTypeEqualTo(Byte value) { + public Criteria andDevTypeEqualTo(String value) { addCriterion("dev_type =", value, "devType"); return (Criteria) this; } - public Criteria andDevTypeNotEqualTo(Byte value) { + public Criteria andDevTypeNotEqualTo(String value) { addCriterion("dev_type <>", value, "devType"); return (Criteria) this; } - public Criteria andDevTypeGreaterThan(Byte value) { + public Criteria andDevTypeGreaterThan(String value) { addCriterion("dev_type >", value, "devType"); return (Criteria) this; } - public Criteria andDevTypeGreaterThanOrEqualTo(Byte value) { + public Criteria andDevTypeGreaterThanOrEqualTo(String value) { addCriterion("dev_type >=", value, "devType"); return (Criteria) this; } - public Criteria andDevTypeLessThan(Byte value) { + public Criteria andDevTypeLessThan(String value) { addCriterion("dev_type <", value, "devType"); return (Criteria) this; } - public Criteria andDevTypeLessThanOrEqualTo(Byte value) { + public Criteria andDevTypeLessThanOrEqualTo(String value) { addCriterion("dev_type <=", value, "devType"); return (Criteria) this; } - public Criteria andDevTypeIn(List values) { + public Criteria andDevTypeLike(String value) { + addCriterion("dev_type like", value, "devType"); + return (Criteria) this; + } + + public Criteria andDevTypeNotLike(String value) { + addCriterion("dev_type not like", value, "devType"); + return (Criteria) this; + } + + public Criteria andDevTypeIn(List values) { addCriterion("dev_type in", values, "devType"); return (Criteria) this; } - public Criteria andDevTypeNotIn(List values) { + public Criteria andDevTypeNotIn(List values) { addCriterion("dev_type not in", values, "devType"); return (Criteria) this; } - public Criteria andDevTypeBetween(Byte value1, Byte value2) { + public Criteria andDevTypeBetween(String value1, String value2) { addCriterion("dev_type between", value1, value2, "devType"); return (Criteria) this; } - public Criteria andDevTypeNotBetween(Byte value1, Byte value2) { + public Criteria andDevTypeNotBetween(String value1, String value2) { addCriterion("dev_type not between", value1, value2, "devType"); return (Criteria) this; } @@ -2270,11 +2271,6 @@ public class View_Dy_Line_Tower_TerminalsExample { addCriterion("last_heartbeat not between", value1, value2, "lastHeartbeat"); return (Criteria) this; } - - public Criteria andOptionsLikeOr(String str) { - addCriterion(str); - return (Criteria) this; - } } public static class Criteria extends GeneratedCriteria { diff --git a/xymanager_dao/src/main/resources/generatorConfig.xml b/xymanager_dao/src/main/resources/generatorConfig.xml index 1e1eee3..c38e5d4 100644 --- a/xymanager_dao/src/main/resources/generatorConfig.xml +++ b/xymanager_dao/src/main/resources/generatorConfig.xml @@ -17,7 +17,7 @@ @@ -53,12 +53,12 @@ - - -
+ + + + + + @@ -122,12 +122,12 @@ - - - - - - + + +
diff --git a/xymanager_dao/src/main/resources/mappers/View_Dy_Line_Tower_TerminalsDao.xml b/xymanager_dao/src/main/resources/mappers/View_Dy_Line_Tower_TerminalsDao.xml index d654243..7fdeaeb 100644 --- a/xymanager_dao/src/main/resources/mappers/View_Dy_Line_Tower_TerminalsDao.xml +++ b/xymanager_dao/src/main/resources/mappers/View_Dy_Line_Tower_TerminalsDao.xml @@ -35,7 +35,7 @@ - + @@ -99,11 +99,13 @@ - id, dy_id, dy_name, dy_create_time, dy_update_time, line_id, line_name, line_bs_manufacturer, - tower_id, tower_name, address, `order`, cmdid, org_id, equip_name, display_name, model, - essential_info_version, has_pan, bs_manufacturer, bs_production_date, bs_identifier, - latitude, longitude, status, protocol, sim, working_date, net_type, dev_type, phase, - equipment_type, last_heartbeat + + id, dy_id, dy_name, dy_create_time, dy_update_time, line_id, line_name, line_bs_manufacturer, + tower_id, tower_name, address, `order`, cmdid, org_id, equip_name, display_name, model, + essential_info_version, has_pan, bs_manufacturer, bs_production_date, bs_identifier, + latitude, longitude, status, protocol, sim, working_date, net_type, dev_type, phase, + equipment_type, last_heartbeat +