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

@@ -30,7 +30,7 @@ func (c *clause) All(ctx context.Context, purchaseId int64) (reply []ClauseItem,
type ArgsClauseAdd struct {
PurchaseId int64 // 采购合同ID
ClauseAdd
ClauseAdds []ClauseAdd
}
type ClauseAdd struct {