127.0.
智能大石头 authored at 2024-11-20 00:19:29
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; }
}