lv_id = models.AutoField(primary_key=True)


primary_key=True:设置主键

AutoField:设置自增长