ServiceBase.cs 298 B

1234567891011121314151617
  1. using DapperORMCore.Model.CoreModel;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace NXWMS.Service
  8. {
  9. /// <summary>
  10. /// 服务基础
  11. /// </summary>
  12. public class ServiceBase: StatusBase
  13. {
  14. }
  15. }