| | |
| | | import com.java110.dto.resourceStore.ResourceStoreDto; |
| | | import com.java110.event.service.api.ServiceDataFlowEvent; |
| | | import com.java110.utils.constant.ServiceCodeResourceStoreConstant; |
| | | import com.java110.utils.util.Assert; |
| | | import com.java110.utils.util.BeanConvertUtil; |
| | | import com.java110.vo.api.resourceStore.ApiResourceStoreDataVo; |
| | | import com.java110.vo.api.resourceStore.ApiResourceStoreVo; |
| | |
| | | @Override |
| | | protected void validate(ServiceDataFlowEvent event, JSONObject reqJson) { |
| | | super.validatePageInfo(reqJson); |
| | | Assert.hasKeyAndValue(reqJson, "communityId", "请求报文中未包含小区ID"); |
| | | } |
| | | |
| | | @Override |