部署
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user