You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							66 lines
						
					
					
						
							1.4 KiB
						
					
					
				
			
		
		
	
	
							66 lines
						
					
					
						
							1.4 KiB
						
					
					
				using SqlSugar;
 | 
						|
 | 
						|
namespace FactorySystemModel.SqlSugarModel
 | 
						|
{
 | 
						|
    ///<summary>
 | 
						|
    ///系统日志,纯程序用
 | 
						|
    ///</summary>
 | 
						|
    [SugarTable("TFS_SystemJournal")]
 | 
						|
    public partial class TFS_SystemJournal
 | 
						|
    {
 | 
						|
        public TFS_SystemJournal()
 | 
						|
        {
 | 
						|
 | 
						|
        }
 | 
						|
        /// <summary>
 | 
						|
        /// Desc:唯一标识
 | 
						|
        /// Default:
 | 
						|
        /// Nullable:False
 | 
						|
        /// </summary>           
 | 
						|
        public string FID { get; set; }
 | 
						|
 | 
						|
        /// <summary>
 | 
						|
        /// Desc:
 | 
						|
        /// Default:
 | 
						|
        /// Nullable:False
 | 
						|
        /// </summary>           
 | 
						|
        public string FParamIn { get; set; }
 | 
						|
 | 
						|
        /// <summary>
 | 
						|
        /// Desc:
 | 
						|
        /// Default:
 | 
						|
        /// Nullable:False
 | 
						|
        /// </summary>           
 | 
						|
        public string FParamOut { get; set; }
 | 
						|
 | 
						|
        /// <summary>
 | 
						|
        /// Desc:修改人
 | 
						|
        /// Default:-1
 | 
						|
        /// Nullable:False
 | 
						|
        /// </summary>           
 | 
						|
        public int FAddUser { get; set; }
 | 
						|
 | 
						|
        /// <summary>
 | 
						|
        /// Desc:
 | 
						|
        /// Default:
 | 
						|
        /// Nullable:False
 | 
						|
        /// </summary>           
 | 
						|
        public string FIP { get; set; }
 | 
						|
 | 
						|
        /// <summary>
 | 
						|
        /// Desc:
 | 
						|
        /// Default:
 | 
						|
        /// Nullable:False
 | 
						|
        /// </summary>           
 | 
						|
        public string FBower { get; set; }
 | 
						|
 | 
						|
        /// <summary>
 | 
						|
        /// Desc:
 | 
						|
        /// Default:
 | 
						|
        /// Nullable:False
 | 
						|
        /// </summary>           
 | 
						|
        public string FApiUrl { get; set; }
 | 
						|
 | 
						|
    }
 | 
						|
}
 |