Files
jx-callback/business/jxstore/misc/misc2_test.go
gazebo 1d0aa132f9 - GoodsOrder.WaybillTipMoney的含义改为京西主动加的小费
- partner.IUpdateWaybillTip改为IAddWaybillTip
2019-08-01 18:09:23 +08:00

10 lines
126 B
Go

package misc
import (
"testing"
)
func TestStartOrEndOpStore(t *testing.T) {
StartOrEndOpStore(true, 0, 0, false, true)
}