namespace SHJX.Service.Control.LiquidOperate.Interface { public interface IWashLiquid { public bool Execute(); } }