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.
|
- package com.ssjl.zhaobiao.guizhou.entity;
-
- public enum GZRequestStatus {
- /**
- * @description 无需应答
- */
- RESPONSE_NO,
- // 只在错误时应答
- RESPONSE_ERROR,
- // 必须应答
- RESPONSE_ALL
-
- }
|