| package cc.mrbird.febs.mall.dto; | 
|   | 
| import io.swagger.annotations.ApiModel; | 
| import lombok.Data; | 
|   | 
| import java.math.BigDecimal; | 
|   | 
| @Data | 
| public class AdminAgentAmountDto { | 
|   | 
|     private String agentAmountValue; | 
|     private String giveState; | 
|     private String activityBulletin; | 
|     private String giveAmount; | 
|     private String chargeAmount; | 
| } |