sinake
3 天以前 1163e4b9013274aeb57562fbd9346be1db3299d9
ruoyi-project/src/main/java/com/ruoyi/project/service/IBaseOnlyvalueService.java
@@ -28,4 +28,12 @@
     * @return
     */
    public BaseOnlyvalue getOnlyCode(String businessType, Boolean datequery);
    /**
     * 获取序列号
     *
     * @param businessType
     * @return
     */
    public String getSequence(String businessType, String orgId);
}