This commit is contained in:
苏尹岚
2021-03-09 17:19:56 +08:00
parent 660de753d4
commit f298706e06
8 changed files with 65 additions and 3 deletions

View File

@@ -338,3 +338,7 @@ func (c *PurchaseHandler) SyncAct(ctx *jxcontext.Context, parentTask tasksch.ITa
}
return err
}
func (c *PurchaseHandler) GetActAmple(ctx *jxcontext.Context, vendorStoreID, vendorOrgCode string) (ample int, err error) {
return ample, err
}