refactor: 修改model注释

This commit is contained in:
2025-03-10 17:26:47 +08:00
parent 9b6662e174
commit a335ad4a8b
13 changed files with 20 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ use think\model\concern\SoftDelete;
*/
class ProductModel extends ProductBaseModel
{
// 启用软删除
// 启用软删除
use SoftDelete;
// 软件字段
protected $deleteTime = 'deleted_at';