- new jd order handle ok, access jd api synchronously.

This commit is contained in:
gazebo
2018-06-06 14:51:16 +08:00
parent 8d1c22229b
commit 773135af89
8 changed files with 191 additions and 0 deletions

5
compat/corm/corm.go Normal file
View File

@@ -0,0 +1,5 @@
package corm
type DBErrorChecker interface {
ErrorIsDuplicate(error) bool
}