You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

335 B

基于 响应式的 客户管理系统

设计

  • 该项目中的Web服务设计

generateCustomerTicket{ 创建 CustomerTicket 对象 从远程 account-service 中获取 Account 对象 从远程 order-service 中获取 Order 对象 设置 CustomerTicket 对象属性 保存 CustomerTicket 对象并返回 }