|
|
@ -10,6 +10,8 @@ const (
|
|
|
|
|
|
|
|
|
|
|
|
AfterServiceNeedPictureTrue = 1 // 需要上传
|
|
|
|
AfterServiceNeedPictureTrue = 1 // 需要上传
|
|
|
|
AfterServiceNeedPictureFalse = 2 // 不需要上传
|
|
|
|
AfterServiceNeedPictureFalse = 2 // 不需要上传
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AfterServiceZipCodeNone = "000000"
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
type AfterServiceInterface interface {
|
|
|
|
type AfterServiceInterface interface {
|
|
|
|