ZJYJ.FD.SlnMesnac/ViewModel/QueryCountVM.cs

10 lines
165 B
C#

namespace ZJ_BYD.ViewModel
{
public class QueryCountVM
{
public string totalstatus { get; set; }
public int counts { get; set; }
}
}