using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace JiShe.CollectBus.Common.Consts { /// /// 计量端口常量 /// public class MeteringPortConst { /// /// 计量端口1 /// public const int MeteringPortOne = 1; /// /// 计量端口2 /// public const int MeteringPortTwo = 2; } }