using Central.Control.Domain;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MES.Production.Service.ServiceImp
{
///
/// 通用外部联系人管理实现类
/// add 作者: 季健国 QQ:181589805 by 2016-11-21
///
public class CusContactManage:RepositoryBase,IService.ICusContactManage
{
}
}