1234567891011121314151617 |
- using DapperORMCore.Model.CoreModel;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace NXWMS.Service
- {
- /// <summary>
- /// 服务基础
- /// </summary>
- public class ServiceBase: StatusBase
- {
-
- }
- }
|