Files
contract-manager/README.md
2025-09-03 20:56:44 +08:00

10 lines
263 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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