PointRecoveryDto.java.svn-base 276 Bytes
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6 7 8 9 10 11 12
package jp.agentec.sinaburocast.dto;

import java.io.Serializable;

public class PointRecoveryDto implements Serializable {
	
	private static final long serialVersionUID = 1L;
	
	public Integer memberId;
	public Integer amountPointGetNum;
	public Integer amountPointUseNum;
}