在线记录有可能是Insert或者Update,一般都是Update,由于跟缓存有关,可能出现Insert
智能大石头 authored at 2025-11-06 07:15:31
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; }
}