using System; using System.Collections.Generic; using System.Text; namespace Txgy.EWS.Server.ICommon { public interface IUtils { string GetMD5Str(string inputStr); } }