"""数据模型模块 - 定义数据结构""" from models.material_info import MaterialInfo __all__ = ["MaterialInfo"]