using APT.Infrastructure.Core;
using System;
using System.Collections.Generic;
using System.Text;
using APT.Infrastructure.Api;
namespace APT.BaseData.Domain.IServices.Platform
{
    public partial interface IPFLastVersionService : ICommonService
    {
        /// 
        /// 版本管理-获取上个版本号
        /// 
        /// 
        /// 
        string GetLastVersion(KeywordFilter filter);
    }
}