示例#1
0
def delete(id):
    Publication.delete().where(Publication.id == id).execute()