MachineRoomRelationRecord.cs 566 B

12345678910111213141516171819202122
  1. /*-------------------------------------------------------------------------
  2. * 功能描述:MachineRoomRelationRecord
  3. * 作者:xulisong
  4. * 创建时间: 2019/1/23 15:55:00
  5. * 版本号:v1.0
  6. * -------------------------------------------------------------------------*/
  7. using System;
  8. using System.Collections.Generic;
  9. using System.Linq;
  10. using System.Text;
  11. using System.Threading.Tasks;
  12. namespace SAGA.GplotRelationComputerManage
  13. {
  14. /// <summary>
  15. /// 机房关系数据
  16. /// </summary>
  17. public class MachineRoomRelationRecord
  18. {
  19. }
  20. }