|
|
|
@ -1,5 +1,6 @@ |
|
|
|
|
package com.community.pocket.ui.main.ui.garbage.waste; |
|
|
|
|
|
|
|
|
|
import com.community.pocket.R; |
|
|
|
|
import com.community.pocket.data.model.GarbageWasteManage; |
|
|
|
|
import com.community.pocket.data.model.GarbageWastePrice; |
|
|
|
|
import com.community.pocket.ui.main.ui.share.Response; |
|
|
|
@ -12,7 +13,7 @@ import java.util.List; |
|
|
|
|
public class GarbageWasteResponse extends Response<GarbageWasteResponse.Msg> { |
|
|
|
|
|
|
|
|
|
enum Msg implements CustomMessage { |
|
|
|
|
; |
|
|
|
|
ok(R.string.garbage_waste_search_ok); |
|
|
|
|
|
|
|
|
|
private Integer msg; |
|
|
|
|
|
|
|
|
|