first commit
This commit is contained in:
12
models/disclosure.go
Normal file
12
models/disclosure.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
// Disclosure DART 공시 항목
|
||||
type Disclosure struct {
|
||||
RceptNo string `json:"rceptNo"` // 접수번호
|
||||
CorpName string `json:"corpName"` // 회사명
|
||||
ReportNm string `json:"reportNm"` // 보고서명 (공시 제목)
|
||||
RceptDt string `json:"rceptDt"` // 접수일자 (YYYYMMDD)
|
||||
FlrNm string `json:"flrNm"` // 공시 제출인명
|
||||
URL string `json:"url"` // DART 상세 URL (서버에서 조합)
|
||||
Tag string `json:"tag"` // 이벤트 분류 태그
|
||||
}
|
||||
Reference in New Issue
Block a user