qwj
2023-08-02 67965cce30e900f9b6091170745ecf115f64e23d
DocumentServiceAPI.Model/cyDocumentModel/Document_PerformanceInfo.cs
@@ -11,57 +11,48 @@
    [SugarTable("Document_PerformanceInfo")]
    public partial class Document_PerformanceInfo
    {
           public Document_PerformanceInfo(){
           }
           /// <summary>
           /// Desc:
           /// Default:
           /// Nullable:False
        /// ID
        /// 默认值:
        /// 可空:False
           /// </summary>           
           [SugarColumn(IsPrimaryKey=true,IsIdentity=true)]
           public int Id {get;set;}
           /// <summary>
           /// Desc:
           /// Default:
           /// Nullable:True
        /// 员工ID
        /// 默认值:
        /// 可空:True
           /// </summary>           
           public int? EmployeeId {get;set;}
           /// <summary>
           /// Desc:
           /// Default:
           /// Nullable:True
        /// 项目名称
        /// 默认值:
        /// 可空:True
           /// </summary>           
           public string ProjectName {get;set;}
           /// <summary>
           /// Desc:
           /// Default:
           /// Nullable:True
        /// 工作项
        /// 默认值:
        /// 可空:True
           /// </summary>           
           public string WorkItem {get;set;}
           /// <summary>
           /// Desc:
           /// Default:
           /// Nullable:True
        /// 价格
        /// 默认值:
        /// 可空:True
           /// </summary>           
           public decimal? Price {get;set;}
           /// <summary>
           /// Desc:
           /// Default:
           /// Nullable:True
        /// 工作时间
        /// 默认值:
        /// 可空:True
           /// </summary>           
           public DateTime? WorkTime {get;set;}
           /// <summary>
           /// Desc:
           /// Default:
           /// Nullable:True
        /// 员工姓名
        /// 默认值:
        /// 可空:True
           /// </summary>           
           public string EmployeeName {get;set;}