|
|
|
@@ -5,7 +5,6 @@ import cn.afterturn.easypoi.excel.annotation.Excel; |
|
|
|
import javax.persistence.Id; |
|
|
|
import javax.persistence.Table; |
|
|
|
import javax.persistence.Transient; |
|
|
|
import java.io.Serializable; |
|
|
|
import java.math.BigDecimal; |
|
|
|
import java.util.Date; |
|
|
|
import java.util.List; |
|
|
|
@@ -182,6 +181,17 @@ public class WxMerchant extends BaseEntity { |
|
|
|
@Excel(name="待缴提醒(提前X天)",width = 20,orderNum = "12") |
|
|
|
private Integer billSetting; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "置顶时间", name = "topTime") |
|
|
|
private Date topTime; |
|
|
|
|
|
|
|
public Date getTopTime() { |
|
|
|
return topTime; |
|
|
|
} |
|
|
|
|
|
|
|
public void setTopTime(Date topTime) { |
|
|
|
this.topTime = topTime; |
|
|
|
} |
|
|
|
|
|
|
|
public Integer getBillSetting() { |
|
|
|
return billSetting; |
|
|
|
} |
|
|
|
|