Browse Source

Merge branch 'master' of http://git.dongkesoft.com:9001/iBOSS-2.0-Mini/iboss-dependency-common

zhoux 1 year ago
parent
commit
c3859ff05c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/java/com/dk/common/infrastructure/constant/Constant.java

+ 2 - 0
src/main/java/com/dk/common/infrastructure/constant/Constant.java

@@ -716,6 +716,8 @@ public class Constant {
         INTBOUNDREPORTITEM("entry-detail-report-item", "com.dk.mdm.mapper.report.ReportMapper", "getInboundDetailReport",true),
         // 客户收款明细表
         CUSRECEIPTREPORT("cus-receipt-report", "com.dk.mdm.mapper.report.ReportMapper", "getRecPayDetailReport",true),
+        // 库存查询
+        IVTDETAILREPORT("ivt-detail-report", "com.dk.mdm.mapper.report.ReportMapper", "getIvtDetailReport",true),
         ;
 
         private String name;