首页>代码>dubbo+zookeeper+spring mvc+mybatis+mysql实现rpc面向服务编程搭建教程>/dubbo_consumer/src/com/cn/model/Mobile.java
package com.cn.model; import java.io.Serializable; @SuppressWarnings("serial") public class Mobile implements Serializable{ private Integer id; private String phonenumber; public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getPhonenumber() { return phonenumber; } public void setPhonenumber(String phonenumber) { this.phonenumber = phonenumber; } @Override public String toString() { return "Mobile [id=" + id + ", phonenumber=" + phonenumber + "]"; } }

刘卫国 LV6
2021年12月1日
sleepcat88 LV13
2021年5月10日
2252536772 LV21
2020年8月4日
newhaijun LV15
2020年5月28日
weixiao LV6
2020年4月17日
crazyBear2020 LV3
2020年1月15日
yan666888 LV5
2019年11月6日
元芳你怎么看 LV15
2019年9月19日
白某某dd LV11
2019年8月12日
huasir2018 LV14
2019年8月2日