提交 a91183aa authored 作者: 李瑞鑫's avatar 李瑞鑫

空返回0

上级 7f027bf0
...@@ -13,6 +13,13 @@ public class LineWarnOrderChildStatisticsDTO { ...@@ -13,6 +13,13 @@ public class LineWarnOrderChildStatisticsDTO {
private String orderGoodsNo; //货单编号 private String orderGoodsNo; //货单编号
private Integer num; //车数 private Integer num;//车数
public Integer getNum(){
if(num == null){
return 0;
}
return num;
}
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论