api加解密,金额字段类型
This commit is contained in:
@ -151,4 +151,8 @@ public class BgtUser implements Serializable {
|
||||
@ApiModelProperty("备注")
|
||||
private String remark;
|
||||
|
||||
@ApiModelProperty("年龄")
|
||||
@TableField(exist = false)
|
||||
private Integer age;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user