productPlan.yaml 873 字节
version: v1
kind: HttpApi
metadata:
  service: productPlan
  path: /product-plans
  endpoints: 
  - method: createProductPlan
    route:
      post: /  
  - method: updateProductPlan
    route:
      put: /{productPlanId}
  - method: getProductPlan
    route:
      get: /{productPlanId}
  - method: removeProductPlan
    route:
      delete: /{productPlanId}
  - method: listProductPlan
    route:
      get: /
    params:
      - name: offset
      - name: limit
  - method: receiveMaterial
    route:
      post: /receive-material
  - method: returnMaterial
    route:
      post: /return-material    
  - method: setOnline
    route:
      post: /set-online      
  - method: setOnline
    route:
      post: /set-offline     
  - method: switch
    route:
      post: /switch 
  - method: submitProductRecord
    route:
      post: /submit-product-record