提交 | 用户 | age | ||
151057 | 1 | package com.hz.phis.vo.money; |
C | 2 | |
3 | import lombok.Data; | |
4 | ||
5 | /** | |
6 | * @author CJH | |
7 | */ | |
8 | @Data | |
9 | public class MoneyRuleVo { | |
10 | /**功能编号*/ | |
11 | private String functionCode; | |
fa6024 | 12 | /**金额类型:0增值金,1积分*/ |
F | 13 | private Integer moneyType; |
151057 | 14 | } |