java110
2022-09-19 b62982b12ce5efd9601690c59212b8047c0aaa36
service-user/src/main/java/com/java110/user/bmo/rentingPool/ISaveRentingPoolBMO.java
old mode 100644 new mode 100755
@@ -1,5 +1,6 @@
package com.java110.user.bmo.rentingPool;
import com.alibaba.fastjson.JSONArray;
import com.java110.po.rentingPool.RentingPoolPo;
import org.springframework.http.ResponseEntity;
public interface ISaveRentingPoolBMO {
@@ -11,7 +12,7 @@
     * @param rentingPoolPo
     * @return
     */
    ResponseEntity<String> save(RentingPoolPo rentingPoolPo);
    ResponseEntity<String> save(RentingPoolPo rentingPoolPo, JSONArray photos);
}