aotestequipment.cs

来自「ASAMODS BaseModel C#」· CS 代码 · 共 30 行

CS
30
字号
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 + =
减小字号Ctrl + -
显示快捷键?