Fancy
2025-01-14 057d4df78bcc5b34ca7c6897918946c4a9e65d18
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrOrderMapper.java
@@ -1,5 +1,6 @@
package com.dy.pmsGlobal.daoPr;
import cn.hutool.json.JSONObject;
import com.dy.pmsGlobal.pojoPlt.PltProduct;
import com.dy.pmsGlobal.pojoPr.PrOrder;
import org.apache.ibatis.annotations.Mapper;
@@ -34,4 +35,6 @@
    boolean exists(@Param("name") String name, @Param("id") Long id);
    int updateByPrimaryKeySelective(PrOrder record);
    List<JSONObject> queryStatisticOrder();
}