model/index.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
model/quotationStatus.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
model/index.go
@@ -120,7 +120,7 @@ NewFaultTypeSearch(), NewRepositorySearch(), NewSaleStageSearch(), //NewQuotationStatusSearch(), NewQuotationStatusSearch(), } for _, model := range models { model/quotationStatus.go
@@ -105,9 +105,11 @@ return } records := []*QuotationStatus{ //{1, "顺丰"}, //{2, "德邦"}, //{3, "中远海运"}, {1, "已创建"}, {2, "已发送"}, {3, "已审批"}, {4, "已拒绝"}, {5, "已接受"}, } err := slf.CreateBatch(records)