api加解密,金额字段类型

This commit is contained in:
zt
2025-03-04 17:01:15 +08:00
parent f46223ae10
commit 485e86c6e4
40 changed files with 519 additions and 58 deletions

View File

@ -151,4 +151,8 @@ public class BgtUser implements Serializable {
@ApiModelProperty("备注")
private String remark;
@ApiModelProperty("年龄")
@TableField(exist = false)
private Integer age;
}