using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataService.api
{
public class set_screen_state
public int code { get; set; }
public string msg { get; set; }
}