dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'IGT-dev' of http://120.27.238.55:7000/r/sys-dapp into IGT-dev
wzy
2022-10-29
228e345aeb9c426c2b3bbc2b786e71da6ee55aa5
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
dapp
/
dto
/
PriceSettingDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cc.mrbird.febs.dapp.dto;
import lombok.Data;
import java.math.BigDecimal;
/**
* @author wzy
* @date 2022-05-13
**/
@Data
public class PriceSettingDto {
private BigDecimal newestPrice;
}