新增价格条款、币种
This commit is contained in:
@ -32,6 +32,7 @@ import java.util.Objects;
|
||||
@Service
|
||||
@AllArgsConstructor
|
||||
public class CurrencyServiceImpl extends ServiceImpl<LngBCurrencyMapper, LngBCurrency> implements ICurrencyService {
|
||||
|
||||
private final CommonCallService commonCallService;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user