智慧食堂
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 regels
203 B

  1. package md
  2. const OrdExchange = "order"
  3. const (
  4. OrdRoutKeyForJudgePackageOrdOrdState = "judge_package_ord_state" //订单状态
  5. )
  6. type JudgePackageOrdOrdState struct {
  7. OrdNo string `json:"ord_no"`
  8. }