package com.zksy.pole.factory; public interface IHandleCmd { String HandleCmdMethod(T data); }