TG.WXCRM.V4/IBLL/Yun/IYUN_UPGRADEVERSION.cs

10 lines
141 B
C#

using System.Data;
namespace WX.CRM.IBLL.Yun
{
public interface IYUN_UPGRADEVERSION
{
DataTable YunVersionGet();
}
}