update: iom3.go

main
Leo 6 days ago
parent 132e248237
commit b034f5d997

@ -1,6 +1,8 @@
package cmd
import (
"time"
"github.com/go-resty/resty/v2"
"github.com/mizuki1412/go-core-kit/class/exception"
"github.com/mizuki1412/go-core-kit/init/initkit"
@ -11,7 +13,6 @@ import (
"github.com/spf13/cobra"
"github.com/tidwall/gjson"
"github.com/xuri/excelize/v2"
"time"
)
func init() {
@ -21,7 +22,7 @@ func init() {
var iom3Cmd = &cobra.Command{
Use: "iom3",
Short: "Batch processing operations of the iom",
Short: "Batch processing operations of the iom3",
Run: func(cmd *cobra.Command, args []string) {
initkit.BindFlags(cmd)
res := readExcelWaitDel()

Loading…
Cancel
Save