减少TraceItem数据量较大时的性能浪费
智能大石头 authored at 2024-10-22 08:41:14
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; }
}