|
@@ -27,6 +27,9 @@ public interface PurchaseWarehousingMapper extends BaseMapper<PurchaseWarehousin
|
|
|
|
|
|
String getMaxCode(@Param("code")String code,@Param("tableName")String tableName,@Param("dDate")String dDate);
|
|
|
|
|
|
+ //采购入库单专用
|
|
|
+ String getMaxCodePur(@Param("code")String code,@Param("tableName")String tableName,@Param("dDate")String dDate);
|
|
|
+
|
|
|
//获取销售费用支出单单据号
|
|
|
String getMaxCodeSalePayVouch(@Param("code")String code,@Param("tableName")String tableName,@Param("dDate")String dDate);
|
|
|
|