ILiquidContent.cs 198 B

12345678
  1. namespace SHJX.Service.Control.LiquidOperate.Interface
  2. {
  3. public interface ILiquidContent
  4. {
  5. public INormalLiquid NormalFactory();
  6. public IWashLiquid WashFactory();
  7. }
  8. }