OnlineManage.cs 410 B

1234567891011121314151617
  1. using Central.Control.Domain;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. namespace MES.Production.Service.ServiceImp
  7. {
  8. /// <summary>
  9. /// Service层用户在线检测接口
  10. /// add 作者: 季健国 QQ:181589805 by 2016-05-22
  11. /// </summary>
  12. public class OnlineManage : RepositoryBase<SYS_ONLINE>,IService.IOnlineManage
  13. {
  14. }
  15. }