Skip to content

Commit

Permalink
Merge pull request #492 from ArtisanCloud/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Matrix-X authored May 20, 2024
2 parents fbd98e7 + db2b512 commit 37cb2f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/work/oa/response/responseApprovalNoList.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ import (

type ResponseApprovalNoList struct {
response.ResponseWork
SpNoList []string `json:"sp_no_list"`
SpNoList []string `json:"sp_no_list"`
NewNextCursor string `json:"new_next_cursor"`
}

0 comments on commit 37cb2f4

Please sign in to comment.