namespace Model
{
public class HJGLPointManageCheckIsOk
public string Id { get; set; }
public bool? IsOK { get; set; }
}