From c1a8ce6295acdad1b7163059978b86697b5efdfb Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期二, 17 十月 2023 14:06:59 +0800 Subject: [PATCH] 初始化字段补充 --- model/quotationStatus.go | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/model/quotationStatus.go b/model/quotationStatus.go index 23de4a2..b315c7f 100644 --- a/model/quotationStatus.go +++ b/model/quotationStatus.go @@ -105,9 +105,11 @@ return } records := []*QuotationStatus{ - //{1, "椤轰赴"}, - //{2, "寰烽偊"}, - //{3, "涓繙娴疯繍"}, + {1, "宸插垱寤�"}, + {2, "宸插彂閫�"}, + {3, "宸插鎵�"}, + {4, "宸叉嫆缁�"}, + {5, "宸叉帴鍙�"}, } err := slf.CreateBatch(records) -- Gitblit v1.8.0