12345678910111213141516171819202122232425 |
- /*-------------------------------------------------------------------------
- * 功能描述:MepSystem
- * 作者:xulisong
- * 创建时间: 2019/6/12 11:00:35
- * 版本号:v1.0
- * -------------------------------------------------------------------------*/
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using JBIM.Common;
- using JBIM.Definition;
- namespace JBIM.Component
- {
- /// <summary>
- /// mep系统相关
- /// </summary>
- [TypeDefiniton(TypeDefinition.MepSystem)]
- public class MepSystem: ComponentObject
- {
- }
- }
|