添加字段
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2026-03-16 09:56:06 +08:00
parent 56cbe08f39
commit 02a1ffe8b7
6 changed files with 21967 additions and 1 deletions
@@ -32,6 +32,12 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public int SegmentMumber { get; set; }
/// <summary>
/// 分割的Json
/// </summary>
[MaxLength]
public string SegmentJson { get; set; } = string.Empty;
/// <summary>
/// SegmentName
/// </summary>