供应商rpc结构及公共方法
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.

6 lines
101 B

3 years ago
  1. package supplierrpc
  2. type BoolRet struct {
  3. Value bool `json:"value"`
  4. Msg string `json:"msg"`
  5. }