智慧食堂
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

12 righe
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. }