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