//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace EMIS.Entities.HRServices { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// Comm_Posts /// public partial class Comm_Posts { /// /// postid /// public int postid { get; set; } /// /// dpid /// public string dpid { get; set; } /// /// userid /// public string userid { get; set; } /// /// pos /// public string pos { get; set; } /// /// orderNo /// public Nullable orderNo { get; set; } /// /// IsTmpData /// public Nullable IsTmpData { get; set; } } }