- using SHJX.Service.Control.PortOperate.Interface;
- using SHJX.Service.ServerClient;
- namespace SHJX.Service.Control.PortOperate
- {
- public class TitrationStirOperate : StorageOperateImp
- {
- public TitrationStirOperate(OptClient client) : base(client)
- {
- OpName = "TitrationStir";
- }
- }
- }
|