From 36885d23ceb1789944116c700bb10f33dc019039 Mon Sep 17 00:00:00 2001 From: dennis Date: Sun, 27 Aug 2023 23:08:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20CaseSvcRecord=20=E6=8B=BC?= =?UTF-8?q?=E9=8C=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FeeAuditJSON.go | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/FeeAuditJSON.go b/FeeAuditJSON.go index 848dcbd..79c5d49 100644 --- a/FeeAuditJSON.go +++ b/FeeAuditJSON.go @@ -26,12 +26,12 @@ type FeeApplyUpload struct { // ApplyInfo 是 FeeApplyUpload 的單筆資料 type ApplyInfo struct { - WriteoffYYYYMM string `json:"writeoff_yyyymm"` // 支審年月 - TransNo string `json:"trans_no"` // 交易序號 - Records int `json:"records"` // 服務記錄筆數 - Amount int `json:"amount"` // 服務記錄金額 - Cases int `json:"cases"` // 申請個案數 - CaseSvceRecords []CaseSvceRecord `json:"case_svc_records"` // 個案服務記錄 + WriteoffYYYYMM string `json:"writeoff_yyyymm"` // 支審年月 + TransNo string `json:"trans_no"` // 交易序號 + Records int `json:"records"` // 服務記錄筆數 + Amount int `json:"amount"` // 服務記錄金額 + Cases int `json:"cases"` // 申請個案數 + CaseSvcRecords []CaseSvcRecord `json:"case_svc_records"` // 個案服務記錄 } // CaseSvcRecord 是個案服務記錄 @@ -97,10 +97,10 @@ type ObjDelUpload struct { // SvcDelInfo 是刪除資料 type SvcDelInfo struct { - WriteoffYYYYMM string `json:"writeoff_yyyymm"` // 支審年月 - TransNo string `json:"trans_no"` // 交易序號 - Records int `json:"records"` // 服務記錄筆數 - CaseSvceRecords []CaseSvceRecord `json:"case_svc_records"` // 個案服務記錄 + WriteoffYYYYMM string `json:"writeoff_yyyymm"` // 支審年月 + TransNo string `json:"trans_no"` // 交易序號 + Records int `json:"records"` // 服務記錄筆數 + CaseSvcRecords []CaseSvcRecord `json:"case_svc_records"` // 個案服務記錄 } // AppCompletionNoticeUpload 是 AppCompletionNotice 的傳送資料