dianxin-guizhou-forward
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.

14 lines
228B

  1. package com.ssjl.zhaobiao.guizhou.entity;
  2. public enum GZRequestStatus {
  3. /**
  4. * @description 无需应答
  5. */
  6. RESPONSE_NO,
  7. // 只在错误时应答
  8. RESPONSE_ERROR,
  9. // 必须应答
  10. RESPONSE_ALL
  11. }