using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Mesnac.Action.ChemicalWeighing.FinishBatch { public class GHFinshBatchHelper { #region 冠合项目存盘数据 /// /// 冠合项目数据存盘 /// public static void SaveData() { try { } catch (Exception ex) { ICSharpCode.Core.LoggingService.Error(String.Format("数据存盘异常:{1}", ex.Message), ex); } } #endregion } }