1234567891011121314151617181920 |
- using QM.KJGH.Model.KJGH;
- using QM.KJGH.Model.KJGH.CGHJ;
- using QM.OrmSqlSugar;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using WS.Ico;
- namespace QM.KJGH.CgglService.Managers
- {
- /// <summary>
- /// 成果查询
- /// </summary>
- public interface ICgcxManager : ITransient
- {
- void Sync();
- }
- }
|