修正 CaseSvcRecord 拼錯
This commit is contained in:
parent
f381593fd7
commit
36885d23ce
@ -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 的傳送資料
|
||||
|
Loading…
Reference in New Issue
Block a user