This commit is contained in:
2024-09-05 17:06:40 +08:00
parent f2014976c9
commit c7ddb2b86e
6 changed files with 45 additions and 11 deletions

View File

@@ -28,8 +28,8 @@ func (a *annotations) All(ctx context.Context, purchaseId int64) (reply []Annota
}
type ArgsAnnotationsAdd struct {
PurchaseId int64 // 采购合同ID
AnnotationsAdd
PurchaseId int64 // 采购合同ID
AnnotationsAdds []AnnotationsAdd
}
type AnnotationsAdd struct {