Browse Source

add Reverse: for v1.0.1

tags/v1.0.1
Hjj 2 years ago
parent
commit
15ae0834f8
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      db/db_coupon_comm_check.go

+ 3
- 3
db/db_coupon_comm_check.go View File

@@ -1,9 +1,9 @@
package db

import (
"coupon/db/model"
"coupon/utils"
"coupon/utils/logx"
"code.fnuoos.com/go_rely_warehouse/zyos_go_coupon.git/db/model"
"code.fnuoos.com/go_rely_warehouse/zyos_go_coupon.git/utils"
"code.fnuoos.com/go_rely_warehouse/zyos_go_coupon.git/utils/logx"
"xorm.io/xorm"
)



Loading…
Cancel
Save