管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2024-09-05 95d9356edef73a1ad5b04e62b7aef6b77697a226
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() { }