package models // 状态列表 const ( // 删除 STATUS_DEL = iota - 1 // 进行中 STATUS_READY // 已成功 STATUS_NORMAL // 已失效 STATUS_INVALID )