# 项目介绍 分模块: common: 公共模块,包含实体类、公共的类、枚举、异常、工具类等 server: 服务端模块,包含服务端的代码,依赖common模块 client: 客户端模块,包含客户端的代码,依赖common模块