|
|
|
@ -5,7 +5,7 @@ import lombok.Getter; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* @ClassName ComplaintCollectionClosingStatusEnum |
|
|
|
* @ClassName ComplaintCollectionClosingStatusEnum |
|
|
|
* @Description TODO |
|
|
|
* @Description 群众认可 |
|
|
|
* @Author shihao |
|
|
|
* @Author shihao |
|
|
|
* @Date 2025/12/29 20:39 |
|
|
|
* @Date 2025/12/29 20:39 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@ -14,7 +14,8 @@ public enum ComplaintCollectionPublicApprovalEnum implements CodeEnum { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
APPROVED("1", "认可"), |
|
|
|
APPROVED("1", "认可"), |
|
|
|
NOT_APPROVED("2", "不认可"); |
|
|
|
NOT_APPROVED("2", "不认可"), |
|
|
|
|
|
|
|
NOT_ANSWER_CALL("3", "不接电话") |
|
|
|
; |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|