using DapperORMCore.Model.CoreModel; using NXWMS.Model.AppModels.Condition; using NXWMS.Model.AppModels.Result; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NXWMS.IService.NXWMS { /// /// 版本控制 /// public interface IVersionService { OperateResultInfo AppCheck(VerAppCheckCondtion info); } }