zyy
2025-12-29 645f40f5f61f8fa217ef01b5b2aaaf687b173577
trading-order-service/src/main/java/com/yami/trading/service/ats/StockAtsService.java
@@ -12,7 +12,7 @@
    Result buyAts(double price, String partyId);
    Result<Page<StockAtsDto>> getListByAdmin(int pageNum, int pageSize, String keywords);
    Result<Page<StockAtsDto>> getListByAdmin(int pageNum, int pageSize, String keywords, String state);
    Result atsCheck(String id, Integer checkType, String stockCode, double closePrice, double price);
}