mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 07:23:01 +08:00
🎨 补充完善状态值
This commit is contained in:
parent
a0dcda4ac1
commit
4985a21f24
@ -39,7 +39,17 @@ public enum WxCpRecordSpStatus {
|
|||||||
* 已退回
|
* 已退回
|
||||||
*/
|
*/
|
||||||
@SerializedName("11")
|
@SerializedName("11")
|
||||||
WITHDRAWN(11);
|
WITHDRAWN(11),
|
||||||
|
/**
|
||||||
|
* 12-已加签
|
||||||
|
*/
|
||||||
|
@SerializedName("12")
|
||||||
|
SIGNED(12),
|
||||||
|
/**
|
||||||
|
* 13-已同意并加签
|
||||||
|
*/
|
||||||
|
@SerializedName("13")
|
||||||
|
PASSEDANDSIGNED(13);
|
||||||
|
|
||||||
private final Integer status;
|
private final Integer status;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user