管道基础大数据平台系统开发-【CS】-ExportMap
OK
13693261870
2024-09-27 566e0d21293a5fe6423fd7a16541bce00eeb2e38
SimuTools/Domain/Duration.cs
@@ -8,9 +8,9 @@
{
    public class Duration
    {
        private long start { set; get; }
        public long start { set; get; }
        private long end { set; get; }
        public long end { set; get; }
        public Duration() { }