using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEAWCS_Common { /// /// 分类常量 /// public class CateGoryConst { /// /// IP接口地址 /// public const string CONFIG_SYS_IPAddress = "SYS_IPAddress"; /// /// 入库站台 /// public const string CONFIG_SYS_InStation = "SYS_InStation"; } }