You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
521 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ZJ_BYD.Model.HttpApiParam
{
public class DParams
{
public string max { get; set; }
public string min { get; set; }
public string n { get; set; }
public string ng { get; set; }
public string step { get; set; }
public string stepName { get; set; }
public string v { get; set; }
public string vtype { get; set; }
}
}