using System;
using System.Collections.Generic;
using System.Text;
namespace SlnMesnac.Model.Enum
{
public enum AgvType
AGV = 1,
AMR = 2,
}