Recharge.java 134 Bytes
Newer Older
ydl committed
1
package com.yidianling.user.bean;
ydl committed
2

YKai committed
3
import androidx.annotation.Keep;
ydl committed
4 5 6 7 8

@Keep
public class Recharge {
        public String rechargeId;
}