namespace ZJ_BYD.ViewModel
{
public class KeyValueVm
public string Key { get; set; }
public string Value { get; set; }
}