| | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.core.annotation.Java110Cmd; |
| | | import com.java110.core.context.ICmdDataFlowContext; |
| | | import com.java110.core.event.cmd.AbstractServiceCmdListener; |
| | | import com.java110.core.event.cmd.Cmd; |
| | | import com.java110.core.event.cmd.CmdEvent; |
| | | import com.java110.intf.fee.IReturnPayFeeInnerServiceSMO; |
| | | import com.java110.intf.fee.IReturnPayFeeV1InnerServiceSMO; |
| | | import com.java110.utils.exception.CmdException; |
| | | import com.java110.utils.util.BeanConvertUtil; |
| | | import com.java110.utils.util.StringUtil; |
| | | import com.java110.vo.ResultVo; |
| | | import com.java110.vo.api.returnPayFee.ApiReturnPayFeeDataVo; |
| | | import com.java110.vo.api.returnPayFee.ApiReturnPayFeeVo; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | * // modify by 张三 at 2021-09-12 第10行在某种场景下存在某种bug 需要修复,注释10至20行 加入 20行至30行 |
| | | */ |
| | | @Java110Cmd(serviceCode = "returnPayFee.listReturnPayFees") |
| | | public class ListReturnPayFeesCmd extends AbstractServiceCmdListener { |
| | | public class ListReturnPayFeesCmd extends Cmd { |
| | | |
| | | private static Logger logger = LoggerFactory.getLogger(ListReturnPayFeesCmd.class); |
| | | |