14 Scala 实现客户信息管理系统客户信息管理系统
客户信息管理系统文章目录客户信息管理系统1. AppStart2. CustomerView3. CustomerService4. Customer1. AppStartpackage com.guli.chapter15.appimport com.guli.chapter15.customerView.CustomerViewobject AppStart { def main(args: Array[String]): Unit = { (new CustomerView)