From 2605102fa08dfcd78547a256cab2a49b368d0eb4 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Wed, 25 Jun 2025 10:58:53 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=20=E6=98=AF=E5=90=A6=E5=AF=B9=E5=A4=96=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pile/domain/PileBillingTemplate.java | 68 ++----------------- .../mapper/pile/PileBillingTemplateMapper.xml | 5 +- 2 files changed, 8 insertions(+), 65 deletions(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/domain/PileBillingTemplate.java b/jsowell-pile/src/main/java/com/jsowell/pile/domain/PileBillingTemplate.java index 3b038dc9f..93a97158d 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/domain/PileBillingTemplate.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/domain/PileBillingTemplate.java @@ -98,75 +98,17 @@ public class PileBillingTemplate extends BaseEntity { */ private String memberFlag; + /** + * 对外展示标识(0-不展示; 1-展示) + */ + private String displayFlag; + /** * 发布时间 */ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date publishTime; - // public String getPublicFlag() { - // return publicFlag; - // } - // - // public void setPublicFlag(String publicFlag) { - // this.publicFlag = publicFlag; - // } - // - // public void setId(Long id) { - // this.id = id; - // } - // - // public Long getId() { - // return id; - // } - // - // public void setTemplateCode(String templateCode) { - // this.templateCode = templateCode; - // } - // - // public String getTemplateCode() { - // return templateCode; - // } - // - // public void setName(String name) { - // this.name = name; - // } - // - // public String getName() { - // return name; - // } - // - // public void setType(String type) { - // this.type = type; - // } - // - // public String getType() { - // return type; - // } - // - // public void setStationId(Long stationId) { - // this.stationId = stationId; - // } - // - // public Long getStationId() { - // return stationId; - // } - // - // public void setDelFlag(String delFlag) { - // this.delFlag = delFlag; - // } - // - // public String getDelFlag() { - // return delFlag; - // } - // - // public List getPileBillingDetailList() { - // return pileBillingDetailList; - // } - // - // public void setPileBillingDetailList(List pileBillingDetailList) { - // this.pileBillingDetailList = pileBillingDetailList; - // } @Override public String toString() { diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml index 81adcb09e..72f7699d4 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileBillingTemplateMapper.xml @@ -16,7 +16,8 @@ - + + @@ -27,7 +28,7 @@ id, template_code, name, status, template_remark, template_desc, type, station_id, free_time, occupy_fee, max_occupy_fee, public_flag, - member_flag, create_time, update_by, update_time, del_flag + member_flag, display_flag, create_by, create_time, update_by, update_time, del_flag