添加分割绑定
continuous-integration/drone/push Build is passing

This commit is contained in:
Hewt
2026-03-19 15:24:34 +08:00
parent 67216d1c92
commit c84fed8af1
9 changed files with 22295 additions and 0 deletions
@@ -25,6 +25,12 @@ public interface ISegmentationService
Task<IResponseOutput> AddOrUpdateSegment(SegmentAddOrEdit addOrEditSegment);
Task<IResponseOutput> DeleteSegment(Guid segmentId);
Task<PageOutput<SegmentBindingView>> GetSegmentBindingList(SegmentBindingQuery inQuery);
Task<IResponseOutput> AddOrUpdateSegmentBinding(SegmentBindingAddOrEdit addOrEditSegmentBinding);
Task<IResponseOutput> DeleteSegmentBinding(Guid segmentBindingId);
}