Ejemplo n.º 1
0
 /// <summary>
 /// 更新一条数据
 /// </summary>
 public bool Update_CX(string C_STOVE, string C_BATCH_NO, string C_STL_GRD, string C_SPEC, string C_STD_CODE, string C_PHYSICS_CODE, string strTime)
 {
     return(dal.Update_CX(C_STOVE, C_BATCH_NO, C_STL_GRD, C_SPEC, C_STD_CODE, C_PHYSICS_CODE, strTime));
 }