Exemple #1
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbHelperMySQL.GetMaxID("staff_id", "staff"));
 }
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbHelperMySQL.GetMaxID("dep_id", "department"));
 }
Exemple #3
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbHelperMySQL.GetMaxID("type_id", "storagelocation_type"));
 }
Exemple #4
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbHelperMySQL.GetMaxID("chest_id", "chest"));
 }
Exemple #5
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbHelperMySQL.GetMaxID("log_num", "log_info"));
 }
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbHelperMySQL.GetMaxID("enter_num", "in_storage"));
 }
Exemple #7
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbHelperMySQL.GetMaxID("mat_id", "material_info"));
 }
Exemple #8
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbHelperMySQL.GetMaxID("sl_id", "storagelocation"));
 }
Exemple #9
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbHelperMySQL.GetMaxID("storage_id", "storage"));
 }
Exemple #10
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbHelperMySQL.GetMaxID("sr_id", "sr_info"));
 }
Exemple #11
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(DbHelperMySQL.GetMaxID("type_id", "material_type"));
 }