v 1.1.3 新增Propmpt 返回通用备注

This commit is contained in:
2025-06-15 16:15:59 +08:00
parent 3514cf53f8
commit bc90b17961
5 changed files with 9 additions and 3 deletions
@@ -7,4 +7,6 @@ public class PromptNameDto
public string Name { get; set; }
public string PromptTypeId { get; set; }
public string? Remark { get; set; }
}
@@ -5,4 +5,6 @@ public class PrompTypeNameModel
public string Name { get; set; }
public string Id { get; set; }
public string? Remark { get; set; }
}