namespace OpenAuth.App.ServiceApp.GoView.Request;
public class GoViewProjectRequest
{
/// <summary>
/// 项目id
/// </summary>
public string Id { get; set; }
/// 状态
public int State { get; set; }
}