at present, @ ApiModelProperty (hidden = true) hides the attribute
in bean, but sometimes it takes certain conditions to hide the attribute
such as
updateCertainProp (Book book) {}
interface, only some specified fields need to be updated, how to set it?