public string applyNameCd { get; set; } = string.Empty;
这个是什么意思呢 如果我想写一个date类应该怎么做 不太明白
收起
public DateTime date {set;get;} = DateTime.Now;
报告相同问题?