SendThxWithMoney.java 153 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7
package com.yidianling.dynamic.thank.data;

//带心形数量的感谢
public class SendThxWithMoney {
    public String payId;
    public float money;
}