chenjiahe
2024-09-11 f0a8c04c54f2490bb00f59c5294a7a70ce62c429
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.hz.phis.vo.money;
 
import lombok.Data;
 
/**
 * @author CJH
 */
@Data
public class MoneyRuleVo {
    /**功能编号*/
    private String functionCode;
    /**金额类型:0增值金,1积分*/
    private Integer moneyType;
}