using System.Collections.Generic;
namespace FspWebApp.Entity.Service
{
///
/// DO NOT MODIFY THIS CLASS, YOU SHOULD CREATE YOUR NEW CLASS WITH DIFFERENT VERSION NUMBER.
/// modify this class will break the format alignment in Web front end parsing protocal.
///
public class DevicesConfig
{
public static Dictionary pumpDatas = new Dictionary();
public static Dictionary fuelProducts = new Dictionary();
}
}