feat: 新增文章分类增/删/改/查接口

This commit is contained in:
2025-01-04 18:09:26 +08:00
parent 82a9cf7899
commit b90cf18d06
15 changed files with 473 additions and 5 deletions

View File

@@ -10,13 +10,13 @@ use think\Model;
*/
class UserLoginLogModel extends Model
{
// 设置表名
// 表名
protected $name = 'sys_user_login_log';
// 设置主键
// 主键
protected $pk = 'id';
// 设置字段信息
// 字段信息
protected $schema = [
'id' => 'int',
'user_id' => 'int',