webman-admin一鍵菜單后,生成的刪除功能支持軟刪除嗎?現(xiàn)在都是手動更改的接口
用法和laravel一樣,要有deleted_at字段,在模型里手動添加 use SoftDeletes; 問下AI laravel軟刪除
use SoftDeletes;
謝謝老大,好使