package log type ComputerUseRemarks struct { CreateDate string `json:"create_date"` Remarks string `json:"remarks"` PcCode string `json:"pc_code"` }