- new jd order handle ok, access jd api synchronously.
This commit is contained in:
5
compat/corm/corm.go
Normal file
5
compat/corm/corm.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package corm
|
||||
|
||||
type DBErrorChecker interface {
|
||||
ErrorIsDuplicate(error) bool
|
||||
}
|
||||
Reference in New Issue
Block a user