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