Skip to content

Commit a499313

Browse files
committed
feat: create struct for using CNJ search with pagination feature
1 parent 17b4d00 commit a499313

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

models/models_csv.go

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
package models
22

3-
type ReadCsv struct {
3+
type ReadCsvLaawsuit struct {
44
CNJNumber string
55
}
6+
7+
type ReadCsvCode struct {
8+
ClassCode string
9+
CourtCode string
10+
CourtName string
11+
}

0 commit comments

Comments
 (0)