|
@ -1,13 +1,10 @@ |
|
|
package record |
|
|
package record |
|
|
|
|
|
|
|
|
import ( |
|
|
import ( |
|
|
"github.com/360EntSecGroup-Skylar/excelize" |
|
|
|
|
|
"github.com/gogf/gf/v2/net/ghttp" |
|
|
"github.com/gogf/gf/v2/net/ghttp" |
|
|
"link_homework/api/v1/record" |
|
|
"link_homework/api/v1/record" |
|
|
"link_homework/internal/model/dto" |
|
|
"link_homework/internal/model/dto" |
|
|
"link_homework/internal/service" |
|
|
"link_homework/internal/service" |
|
|
"strconv" |
|
|
|
|
|
"time" |
|
|
|
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
type ManageRecord struct{} |
|
|
type ManageRecord struct{} |
|
|