首页 > 标签:springboot增删改查增删改查
  • springboot增删改查(增删改查)

    增加:insert into 数据表(字段1,字段2,字段3) values(值1,值2,值3)修改:update 数据表 set 字段1=值1,字段2=值2 where id=接收到

    2024年06月17日 23:54:52