username@email.com
2023-07-12 69e9ce6ae24fce670fb8d7af0e1f132e2e009dbc
zhengcaioa/DTO/AdmSignInDTO.cs
@@ -80,6 +80,11 @@
        public string CreaterName { get; set; }
        public string Tittle { get; set; }
        public string Content { get; set; }
        public string Tongguojujue { get; set; }
        public string Step { get; set; }
    }
@@ -111,6 +116,16 @@
        public string CreaterName { get; set; }
        public string Tittle { get; set; }
        public string Content { get; set; }
        public string Tongguojujue { get; set; }
        public string Step { get; set; }
    }
    public partial class DateBiJiaoDTO
    {
        public DateTime? StartTime { get; set; }
        public DateTime? EndTime { get; set; }
    }
}