12345678910111213141516 |
- using Central.Control.Domain;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace MES.Production.Service.ServiceImp
- {
- /// <summary>
- /// 消息接口Service实现类
- /// Liuzq 2015-11-17
- /// </summary>
- public class MsgManage : RepositoryBase<SYS_MSG>, IService.IMsgManage
- {
- }
- }
|