12345678910111213141516 |
- using Central.Control.Domain;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace MES.Production.Service.ServiceImp
- {
- /// <summary>
- /// 自定义流程表单管理实现类
- /// add 作者: 季健国 QQ:181589805 by 2016-12-07
- /// </summary>
- public class FlowInfoManage : RepositoryBase<COM_FLOWINFO>, IService.IFlowInfoManage
- {
- }
- }
|