kangwei : 风险项新增后,返回新增对象
正在显示
3 个修改的文件
包含
10 行增加
和
0 行删除
-
请 注册 或 登录 后发表评论
... | ... | @@ -270,4 +270,11 @@ public class EquipmentSparepartSupplies { |
} | ||
public String getOutNum(){ | ||
if(this.outNum == null ){ | ||
return "0.0"; | ||
} | ||
return this.outNum; | ||
} | ||
} | ||
... | ... |