返回结果

时间:2019-12-12 13:37:27   收藏:0   阅读:92
Map<String,Object> getTotal(String roomNumber)
map.put("waterReceivable",waterReceivable);
map.put("electricReceivable",electricReceivable);
结果
map{electricReceivable=82.62, waterReceivable=130.5}
map{electricReceivable=82.62, rent=100.0, waterReceivable=130.5}

原文:https://www.cnblogs.com/shiguanzui/p/12028190.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!