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