3 lines
139 B
Python
3 lines
139 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
"""领域层:核心业务模型与规则(纯函数/领域服务),不依赖接口/业务/基础设施。"""
|