wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
service-common/src/main/java/com/java110/common/cmd/carInoutPayment/ListCarInoutPaymentCmd.java
@@ -18,7 +18,7 @@
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.dto.carInoutPayment.CarInoutPaymentDto;
import com.java110.dto.parkingBoxArea.ParkingBoxAreaDto;
@@ -49,7 +49,7 @@
 * // modify by 张三 at 2021-09-12 第10行在某种场景下存在某种bug 需要修复,注释10至20行 加入 20行至30行
 */
@Java110Cmd(serviceCode = "carInoutPayment.listCarInoutPayment")
public class ListCarInoutPaymentCmd extends AbstractServiceCmdListener {
public class ListCarInoutPaymentCmd extends Cmd {
    private static Logger logger = LoggerFactory.getLogger(ListCarInoutPaymentCmd.class);
    @Autowired