Example #1
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbSQL.GetMaxID("h_id", "tb_kehu"));
 }
Example #2
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbSQL.GetMaxID("o_id", "tb_order"));
 }
Example #3
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbSQL.GetMaxID("cr_id", "tb_churu"));
 }
Example #4
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbSQL.GetMaxID("t_id", "tb_type"));
 }
Example #5
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbSQL.GetMaxID("p_id", "tb_pan"));
 }
Example #6
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbSQL.GetMaxID("u_id", "tb_user"));
 }
Example #7
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbSQL.GetMaxID("r_id", "tb_ruzhu"));
 }