|
@@ -46,9 +46,6 @@ public class SpotifyUserUpgradeSubmitRecordView {
|
|
|
@DbField("sr.status")
|
|
@DbField("sr.status")
|
|
|
private SpotifyUserUpgradeSubmitRecord.Status status;
|
|
private SpotifyUserUpgradeSubmitRecord.Status status;
|
|
|
|
|
|
|
|
- @DbField("sr.reason")
|
|
|
|
|
- private String reason;
|
|
|
|
|
-
|
|
|
|
|
@DbField("sr.created_time")
|
|
@DbField("sr.created_time")
|
|
|
private Date createdTime;
|
|
private Date createdTime;
|
|
|
|
|
|