数据报表
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package cn.ysk.cashier.vo;
|
||||
|
||||
|
||||
public class TbOrderPayCountVo{
|
||||
public class TbOrderPayCountVo {
|
||||
private String icon;
|
||||
private String payType;
|
||||
private Object payAmount;
|
||||
@@ -32,6 +32,9 @@ public class TbOrderPayCountVo{
|
||||
|
||||
public TbOrderPayCountVo(String payType, Object payAmount) {
|
||||
this.payType = payType;
|
||||
this.payAmount=payAmount;
|
||||
this.payAmount = payAmount;
|
||||
if (payAmount == null) {
|
||||
this.payAmount = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user