java110
2022-06-15 8db876498c0179e8ffab848237eccd66436ccacc
service-community/src/main/java/com/java110/community/cmd/parkingAreaText/ListParkingAreaTextCmd.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.parkingAreaText.ParkingAreaTextDto;
import com.java110.intf.community.IParkingAreaTextV1InnerServiceSMO;
@@ -46,7 +46,7 @@
 * // modify by 张三 at 2021-09-12 第10行在某种场景下存在某种bug 需要修复,注释10至20行 加入 20行至30行
 */
@Java110Cmd(serviceCode = "parkingAreaText.listParkingAreaText")
public class ListParkingAreaTextCmd extends AbstractServiceCmdListener {
public class ListParkingAreaTextCmd extends Cmd {
    private static Logger logger = LoggerFactory.getLogger(ListParkingAreaTextCmd.class);
    @Autowired