dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2021-05-25
2049e6d4ebdf711ded2593808e7b16abaaf6586c
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
otc
/
entity
/
OtcSetting.java
1
2
3
4
5
6
7
8
9
package com.xcong.excoin.modules.otc.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
@Data
@TableName("otc_setting")
public class OtcSetting {
}