管理员账号管理
2016-05-23 11:23:05 0 举报
类图
作者其他创作
大纲/内容
Main
+ HEIGHT:int = 400+ WIDTH:int = 400;
+ Main()
ShopStateDAOImpl
- conn:Connection- pstmt:PreparedStatement- rs:ResultSet- sql:String
- add(ShopState SS):int- del(ShopState SS):boolean- modify():boolean- query():ShopState
ShopStateService
- ss:ShopStateService- dao:ShopStateDAO
+ getInstance():ShopStateService+ add(ShopState SS):int+ modify():boolean+ del(ShopState SS):boolean+ queryValue:ShopState
GameManagerFrame
- belongTo:String- gs:GongGaoService- ss:SystemStateService- shops:ShopStateService
+ GameManagerFrame(String account)
ShopStateDAO
ShopState
- mShopState:String- mIsNew:String
0 条评论
下一页