zhangmeng
2019-12-18 5ada2e2ab333d8d1346c9cf943c79b3e51426c6c
1
2
3
4
5
6
7
package sdkstruct
 
// SDKInfo db
type SDKInfo struct {
    IpcID   string
    SdkType string
}