/// <summary>
 /// Deprecated Method for adding a new object to the T_cus_log EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_cus_log(T_cus_log t_cus_log)
 {
     base.AddObject("T_cus_log", t_cus_log);
 }
 /// <summary>
 /// Create a new T_cus_log object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="cus_id">Initial value of the cus_id property.</param>
 /// <param name="cus_type">Initial value of the cus_type property.</param>
 /// <param name="cus_addtime">Initial value of the cus_addtime property.</param>
 public static T_cus_log CreateT_cus_log(global::System.Int32 id, global::System.Int32 cus_id, global::System.String cus_type, global::System.DateTime cus_addtime)
 {
     T_cus_log t_cus_log = new T_cus_log();
     t_cus_log.id = id;
     t_cus_log.cus_id = cus_id;
     t_cus_log.cus_type = cus_type;
     t_cus_log.cus_addtime = cus_addtime;
     return t_cus_log;
 }