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