Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 36885d23ce | |||
| f381593fd7 |
@@ -26,16 +26,16 @@ 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 是個案服務記錄
|
||||
type CaseSvceRecord struct {
|
||||
type CaseSvcRecord struct {
|
||||
ObjID string `json:"objid"` // 識別碼
|
||||
IDN string `json:"idn,omitempty"` // 個案身份證字號
|
||||
SvcAt string `json:"svc_dt,omitempty"` // 服務日期
|
||||
@@ -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 的傳送資料
|
||||
|
||||
Reference in New Issue
Block a user