tmp
This commit is contained in:
@@ -14,4 +14,11 @@ public class TransactionCategory : BaseEntity
|
||||
/// 交易类型(支出/收入)
|
||||
/// </summary>
|
||||
public TransactionType Type { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 图标(SVG格式,JSON数组存储5个图标供选择)
|
||||
/// 示例:["<svg>...</svg>", "<svg>...</svg>", ...]
|
||||
/// </summary>
|
||||
[Column(StringLength = -1)]
|
||||
public string? Icon { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user