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; }




    }
}
posted @ 2020-04-28 14:38  姜佳泉  阅读(173)  评论(0编辑  收藏  举报