From ceb0f74ccc7f40b5ae5cba7898eb11278a367872 Mon Sep 17 00:00:00 2001 From: "hangyu.tao" Date: Mon, 26 Jan 2026 15:45:01 +0800 Subject: [PATCH] upload_source --- frontend/index.html | 9 +++ frontend/js/trial-periods-page.js | 15 ++++- frontend/js/trial-periods.js | 5 ++ internal/handlers/trial_period_handler.go | 1 + .../storage/mysql_trial_period_storage.go | 25 ++++---- internal/storage/trial_period_storage.go | 3 + models/trial_period.go | 3 + tools/add_source_column.go | 64 +++++++++++++++++++ 8 files changed, 113 insertions(+), 12 deletions(-) create mode 100644 tools/add_source_column.go diff --git a/frontend/index.html b/frontend/index.html index 10e4695..5d00cea 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -285,6 +285,7 @@ 客户名称 + 来源 状态 开始时间 结束时间 @@ -791,6 +792,10 @@ +
+ + +
@@ -837,6 +842,10 @@