mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-09 20:57:23 +08:00
chore: 升级依赖
1.Spring Boot 3.1.8 => 3.1.9 2.Redisson 3.26.0 => 3.27.1 3.Crane4j 2.5.0 => 2.6.0(适配条件注解) 4.Hutool 5.8.25 => 5.8.26 5.CosId 2.6.5 => 2.6.6 6.AWS S3 1.12.651 => 1.12.675 7.IP2Region 3.1.7 => 3.1.9 8.ttl 2.14.4 => 2.14.5
This commit is contained in:
@@ -18,6 +18,7 @@ package top.charles7c.continew.starter.extension.crud.model.resp;
|
||||
|
||||
import cn.crane4j.annotation.Assemble;
|
||||
import cn.crane4j.annotation.Mapping;
|
||||
import cn.crane4j.annotation.condition.ConditionOnPropertyNotNull;
|
||||
import com.alibaba.excel.annotation.ExcelProperty;
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
@@ -41,6 +42,7 @@ public class BaseDetailResp extends BaseResp {
|
||||
* 修改人
|
||||
*/
|
||||
@JsonIgnore
|
||||
@ConditionOnPropertyNotNull
|
||||
@Assemble(container = ContainerPool.USER_NICKNAME, props = @Mapping(ref = "updateUserString"))
|
||||
private Long updateUser;
|
||||
|
||||
|
Reference in New Issue
Block a user