username@email.com
2022-07-06 1aa53fde5eb18a39c53daf910d69cb857913b08d
zhengcaioa/DTO/SysCodeDTO.cs
@@ -52,6 +52,7 @@
        public string Classify1 { set; get; }
        public string Sort1 { set; get; }
    }
@@ -233,6 +234,16 @@
        public string Classify1 { get; set; }
        public string Classify1Name { set; get; }
        public string Classify2 { get; set; }
        public string[] Classify2s { get; set; }
        public string[] Commentss { get; set; }
        public string[] Contentss { get; set; }
        public int[] Sorts { get; set; }
        public string[] CodeSns { get; set; }
    }
    #endregion