using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEAWCS_Common
{
    public class StaticVariable
    {
        // å®šä¹‰ä¸€ä¸ªé™æ€çš„ bool 类型å˜é‡ isLineRun
        public static bool isLineRun = true;
        // å®šä¹‰ä¸€ä¸ªé™æ€çš„ bool 类型å˜é‡ isStackerRun
        public static bool isStackerRun = true;
    }
}