IWashLiquid.cs 138 B

1234567
  1. namespace SHJX.Service.Control.LiquidOperate.Interface
  2. {
  3. public interface IWashLiquid
  4. {
  5. public bool Execute();
  6. }
  7. }