username@email.com
2024-08-06 941b2450b4a1a1c9f0fc7af6a7c4d856f0d765f6
zhengcaioa/DTO/TongjiBaoBiaoDTO.cs
@@ -35,6 +35,18 @@
        public List<TongjiBaoBiaoDTO> xiangmushishiDTOs { get; set; }
        public int dingdanDTOsCount { get; set; }
        public string UserName { get; set; }
        public string UserDaka { get; set; }
    }
    public class YaoQingYongHuDTO
    {
        public string ID { get; set; }
        public string PhoneCode { get; set; }
        public string UserName { get; set; }
        public DateTime CreatTime { get; set; }
    }
}