|
@@ -1,7 +1,11 @@ |
|
|
package dao |
|
|
package dao |
|
|
|
|
|
|
|
|
import "code.fnuoos.com/go_rely_warehouse/zyos_model.git/src/models" |
|
|
|
|
|
|
|
|
import ( |
|
|
|
|
|
"code.fnuoos.com/go_rely_warehouse/zyos_model.git/src/models" |
|
|
|
|
|
"xorm.io/xorm" |
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
type InstallmentPaymentSchemeWithGoodsDao interface { |
|
|
type InstallmentPaymentSchemeWithGoodsDao interface { |
|
|
GetInstallmentPaymentSchemeGoodsByGoodsId(goodsId int) (m *models.InstallmentPaymentSchemeWithGoods, err error) |
|
|
GetInstallmentPaymentSchemeGoodsByGoodsId(goodsId int) (m *models.InstallmentPaymentSchemeWithGoods, err error) |
|
|
|
|
|
GetInstallmentPaymentSchemeGoodsByGoodsIdSess(sess *xorm.Session, goodsId int) (m *models.InstallmentPaymentSchemeWithGoods, err error) |
|
|
} |
|
|
} |