liusheng
2024-05-10 76ca9e469bc3c4e76bd11e8ba789f717f75d7b86
ruoyi-project/src/main/java/com/ruoyi/project/service/IBaseOnlyvalueService.java
@@ -27,5 +27,5 @@
     * @param businessType
     * @return
     */
    public BaseOnlyvalue getOnlyCode(String businessType);
    public BaseOnlyvalue getOnlyCode(String businessType, Boolean datequery);
}