kazelee
2025-05-19 452b9b63ada7ef220952412613552d36ed477adc
Dtos/Request/DebugRequest.cs
@@ -27,5 +27,10 @@
        public class CoverInfo {
            public bool IsCover { set; get; } = true;
        }
        public class SetTaskWeightInfo {
            public string TaskNo { set; get; }
            public float Weight { set; get; }
        }
    }
}