升级Remoting
大石头 authored at 2025-07-14 01:00:50
267.00 B
Stardust
namespace Stardust.Web.Models;

public class SelectNodeModel
{
    public String Id { get; set; }

    public Int32 ProjectId { get; set; }

    public String Category { get; set; }

    public String Product { get; set; }

    public Int32 NodeId { get; set; }
}