get;set


using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace FK_UAS.Models
{
    public class organizationTreeComment
    {
        public string u_name { get; set; }
        public string j_name { get; set; }
        public string r_name { get; set; }
        public int u_id { get; set; }
        public string d_name { get; set; }




    }
}
原文地址:https://www.cnblogs.com/jsll/p/12794142.html