12345678910111213141516171819202122 |
- /*-------------------------------------------------------------------------
- * 功能描述:MachineRoomRelationRecord
- * 作者:xulisong
- * 创建时间: 2019/1/23 15:55:00
- * 版本号:v1.0
- * -------------------------------------------------------------------------*/
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace SAGA.GplotRelationComputerManage
- {
- /// <summary>
- /// 机房关系数据
- /// </summary>
- public class MachineRoomRelationRecord
- {
- }
- }
|