We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
比如CreatedAt在Update时不需要更新;Insert时则通过默认值进行赋值,无需SQL语句。
设置CanUpdate = false, CanInsert = false不生效。 目前只能手动将CreatedAt从实体中去除,但影响查询操作。