添加锁定解锁分割功能
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2026-04-29 10:12:02 +08:00
parent 34f5978aea
commit 962f88f94d
7 changed files with 22224 additions and 1 deletions
@@ -69,6 +69,13 @@ public class SegmentBindingAddOrEdit
public Guid VisitTaskId { get; set; }
}
public class LockOrUnLockSegmentInDto
{
public Guid SegmentId { get; set; }
public bool IsLock { get; set; }
}
public class SegmentBindingQuery:PageInput
{
public Guid? QuestionId { get; set; }