修改文件上传 添加文件转存

This commit is contained in:
2025-09-13 18:04:51 +08:00
parent aa0e7c27e5
commit 25d481d7d6
16 changed files with 785 additions and 243 deletions
@@ -9,4 +9,6 @@ public class PromptNameDto
public string PromptTypeId { get; set; }
public string? Remark { get; set; }
public string? Description { get; set; }
}