添加字段
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
@@ -4,9 +4,10 @@
// 生成时间 2026-03-10 05:44:27Z
// 对此文件的更改可能会导致不正确的行为,并且如果重新生成代码,这些更改将会丢失。
//--------------------------------------------------------------------
using System;
using IRaCIS.Core.Domain.Share;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace IRaCIS.Core.Application.ViewModel;
public class SegmentView : SegmentAddOrEdit
@@ -54,6 +55,11 @@ public class SegmentAddOrEdit
public decimal? Volume { get; set; }
public Guid VisitTaskId { get; set; }
/// <summary>
/// 分割的Json
/// </summary>
public string SegmentJson { get; set; } = string.Empty;
}
public class SegmentQuery:PageInput