⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aotestequipment.cs

📁 ASAMODS BaseModel C#
💻 CS
字号:
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;

namespace ASAMODS.BaseModel
{
    /// <summary>
    /// BaseModel
    /// (BID = 23)
    /// </summary>
    public abstract class AoTestEquipment:AoBase
    {
        #region Base Attributes

        #endregion

        #region Relations

        private IList entity_mapping;
        private IList tests;
        private IList uuts;
        private IList equipments;
        private IList sequences;


        #endregion
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -