公告板
版本库
filestore
活动
搜索
登录
陈家和
/
phis-service-feign
PHIS微服务(平台)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master-stander' into master-xlk-test
fhx
2024-08-13
bc61bb4cfa52619a7364a14886ac9560c8f86e73
[~chenjiahe/phis-service-feign.git]
/
phis-feign
/
src
/
main
/
java
/
com
/
hz
/
phis
/
vo
/
money
/
MoneyRuleVo.java
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;
}