设计模型类图
2018-06-09 13:51:45 0 举报
设计模型类图
作者其他创作
大纲/内容
User
-info:String-name:String-address:String-id:int-phoneNumber:int-passWord:String
+getName() :String+getAddress() :String+getPhoneNumber :String+setPassword() :void+addUser() :bolean+deleteUser() :bolean
Order Form
-count:int-orderId:String
+getCount() :int+selectOrderForm() :void+deleteOrderForm() :bolean+addOrderForm :bolean
Goods Catalog
-goodsName:String-goodsId:int-count:int
+getInfo() :String+getCount() :Int+getName() :String+update() :bolean+delete() :bolean
WeiXin or Alipay
+initPay
Goods detail
+special()
Purchase
+addGoods() :bolean+chooseBuyWay():void+addOrderForm():bolean
0 条评论
下一页