| | |
| | | import com.panzhihua.common.utlis.RSAUtils; |
| | | import com.panzhihua.service_property.entity.ComPropertyRepair; |
| | | import com.panzhihua.service_property.service.ComPropertyRepairService; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | import static java.util.Objects.nonNull; |
| | | |
| | | /** |
| | | * (ComPropertyRepair)表控制层 |
| | |
| | | */ |
| | | @RestController |
| | | @RequestMapping("comPropertyRepair") |
| | | @Slf4j |
| | | public class ComPropertyRepairApi { |
| | | /** |
| | | * 服务对象 |