Recharge.java 141 Bytes
Newer Older
ydl committed
1
package com.yidianling.user.bean;
ydl committed
2 3 4 5 6 7 8

import android.support.annotation.Keep;

@Keep
public class Recharge {
        public String rechargeId;
}