只读字段用来保护某些特殊的字段值不被更改,这个字段的值一旦写入,就无法更改。 要使用只读字段的功能,我们只需要在模型中定义readonly 属性: namespace app\index\model ; use think\Model ; class User extends Model { protec...
使用实体状态Working with entity states 实体状态和 SaveChangesEntity states and SaveChanges 向上下文中添加新实体Adding a new entity to the context 将现有实体附加到上下文Attaching an existing entity to the contex...