This commit is contained in:
苏尹岚
2021-04-06 18:25:44 +08:00
parent a66e7bc13d
commit d1bf1cc6b3
7 changed files with 26 additions and 5 deletions

View File

@@ -581,3 +581,7 @@ func (p *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
func (p *PurchaseHandler) DeleteStore(db *dao.DaoDB, storeID int, userName string) (err error) {
return err
}
func (c *PurchaseHandler) UpdateStoreLineStatus(ctx *jxcontext.Context, vendorOrgCode string, storeID int, vendorStoreID string, lineStatus int) (err error) {
return err
}