公告板
版本库
filestore
活动
搜索
登录
陈家和
/
phis-service-feign
PHIS微服务(平台)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master-prod-new' into master-test
fwq
2024-07-08
6a3f8907a2f9d240f8a07e7283682286d2b52c75
[~chenjiahe/phis-service-feign.git]
/
phis-feign
/
src
/
main
/
java
/
com
/
hz
/
his
/
dto
/
user
/
money
/
UserMoneyListDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.hz.his.dto.user.money;
import lombok.Data;
import java.util.List;
/**
* 修改用户资金-同时操作多个
*/
@Data
public class UserMoneyListDto {
private List<UserMoneyUpdateDto> userMoneyList;
}