新增价格条款、币种

This commit is contained in:
张秉卓
2025-10-23 10:09:53 +08:00
parent 6af0119376
commit 286a3058e2

View File

@ -32,6 +32,7 @@ import java.util.Objects;
@Service
@AllArgsConstructor
public class CurrencyServiceImpl extends ServiceImpl<LngBCurrencyMapper, LngBCurrency> implements ICurrencyService {
private final CommonCallService commonCallService;
@Override