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