old mode 100644
new mode 100755
| | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.aliyuncs.utils.StringUtils; |
| | | import com.java110.core.factory.GenerateCodeFactory; |
| | | import com.java110.dto.rentingConfig.RentingConfigDto; |
| | | import com.java110.dto.rentingPool.RentingConfigDto; |
| | | import com.java110.dto.rentingPool.RentingPoolDto; |
| | | import com.java110.dto.rentingPoolAttr.RentingPoolAttrDto; |
| | | import com.java110.dto.rentingPool.RentingPoolAttrDto; |
| | | import com.java110.po.rentingConfig.RentingConfigPo; |
| | | import com.java110.po.rentingPool.RentingPoolPo; |
| | | import com.java110.po.rentingPoolAttr.RentingPoolAttrPo; |
| | |
| | | Assert.hasKeyAndValue(reqJson, "roomId", "请求报文中未包含roomId"); |
| | | Assert.hasKeyAndValue(reqJson, "communityId", "请求报文中未包含communityId"); |
| | | Assert.hasKeyAndValue(reqJson, "price", "请求报文中未包含price"); |
| | | Assert.hasKeyAndValue(reqJson, "paymentType", "请求报文中未包含paymentType"); |
| | | Assert.hasKeyAndValue(reqJson, "checkInDate", "请求报文中未包含checkInDate"); |
| | | Assert.hasKeyAndValue(reqJson, "checkIn", "请求报文中未包含checkInDate"); |
| | | Assert.hasKeyAndValue(reqJson, "rentingConfigId", "请求报文中未包含rentingConfigId"); |
| | | Assert.hasKeyAndValue(reqJson, "ownerName", "请求报文中未包含ownerName"); |
| | | Assert.hasKeyAndValue(reqJson, "ownerTel", "请求报文中未包含ownerTel"); |