MitsubishiStationType.cs 924 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace HHECS.Model.Enums
{
    public enum MitsubishiStationType
    {
        电梯口单工位接驳台,
        电梯口双工位接驳台,
        电梯口成品接驳台,
        分选线上料机,
        分选线档位1,
        分选线档位2,
        分选线档位3,
        分选线档位4,
        分选线档位5,
        分选线档位6,
        分选线档位7,
        产线A电芯上料机,
        产线B电芯上料机,
        产线A散热板上料机1,
        产线B散热板上料机1,
        产线A散热板上料机2,
        产线B散热板上料机2,
        产线A汇流排上料机,
        产线B汇流排上料机,
        底盖上料机,
        端板B上料机,
        端板A上料机,
        侧板上料机,
        上盖上料机
    }
}