package models // 状态列表 const ( // 删除 STATUS_DEL = iota - 1 // 新录入 STATUS_READY // 正常 STATUS_NORMAL // 已使用 STATUS_USED )