诺诺发票推送

This commit is contained in:
lvleigang 2025-06-27 17:11:27 +08:00
parent 049270ae15
commit e02817cd4e
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.hzya.frame.plugin.nuonuo.entity.NuoNuoEntity">
<mapper namespace="com.hzya.frame.plugin.nuonuo.dao.impl.NuoNuoDaoImpl">
</mapper>

View File

@ -27,6 +27,12 @@ public class NuoNuoServiceImpl extends BaseService<NuoNuoEntity, String> impleme
**/
@Override
public JsonResultEntity sendNuoNuoFaPiao(JSONObject requestJson) {
return null;
}
}