页面修改
This commit is contained in:
parent
6d0377aea2
commit
7ec9fad22e
@ -181,6 +181,7 @@ public class SysOrder extends BaseEntity {
|
|||||||
@Excel(name = "成交时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
@Excel(name = "成交时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||||
private Date orderTime;
|
private Date orderTime;
|
||||||
|
|
||||||
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||||
public Date getStartTime() {
|
public Date getStartTime() {
|
||||||
return startTime;
|
return startTime;
|
||||||
}
|
}
|
||||||
|
@ -62,7 +62,7 @@ public class WxServeInfo implements Serializable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void setWeight(BigDecimal weight) {
|
public void setWeight(BigDecimal weight) {
|
||||||
this.weight = weight.toString() + "kg";
|
this.weight = weight.toString() + "斤";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user