public interface Update<T extends org.huiche.data.entity.BaseEntity<T>> extends Api, ServiceProvider<T>
@PatchMapping(value="{id}")
default BaseResult<Long> update(@RequestBody
T entity,
@PathVariable
Long id)
entity - 实体id - IDCopyright © 2021. All rights reserved.