重构 dto.rs 为 dto/ 目录模块,新增 suggestion.rs 包含: - SuggestionType (Followup/Appointment/Alert) - RiskLevel (Low/Medium/High) + is_auto_executable - SuggestionStatus (6 种状态) - StructuredSuggestion / StructuredOutput / ParsedOutput DTO - 7 个单元测试覆盖序列化往返
重构 dto.rs 为 dto/ 目录模块,新增 suggestion.rs 包含: - SuggestionType (Followup/Appointment/Alert) - RiskLevel (Low/Medium/High) + is_auto_executable - SuggestionStatus (6 种状态) - StructuredSuggestion / StructuredOutput / ParsedOutput DTO - 7 个单元测试覆盖序列化往返