修正 CaseSvcRecord 命名

This commit is contained in:
dennis 2023-08-27 23:05:46 +08:00
parent 57d0863745
commit f381593fd7

View File

@ -35,7 +35,7 @@ type ApplyInfo struct {
} }
// CaseSvcRecord 是個案服務記錄 // CaseSvcRecord 是個案服務記錄
type CaseSvceRecord struct { type CaseSvcRecord struct {
ObjID string `json:"objid"` // 識別碼 ObjID string `json:"objid"` // 識別碼
IDN string `json:"idn,omitempty"` // 個案身份證字號 IDN string `json:"idn,omitempty"` // 個案身份證字號
SvcAt string `json:"svc_dt,omitempty"` // 服務日期 SvcAt string `json:"svc_dt,omitempty"` // 服務日期