|
|
|
@ -1,33 +1,34 @@
|
|
|
|
package org.dromara.xzd.fapiaotaizhang.zengzhishui.controller;
|
|
|
|
package org.dromara.xzd.fapiaotaizhang.zengzhishui.controller;
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import cn.dev33.satoken.annotation.SaMode;
|
|
|
|
|
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
|
|
|
|
|
import jakarta.servlet.http.HttpServletResponse;
|
|
|
|
|
|
|
|
import jakarta.validation.constraints.*;
|
|
|
|
|
|
|
|
import cn.dev33.satoken.annotation.SaCheckPermission;
|
|
|
|
import cn.dev33.satoken.annotation.SaCheckPermission;
|
|
|
|
import org.dromara.xzd.domain.bo.XzdContractDetailsBo;
|
|
|
|
import cn.dev33.satoken.annotation.SaMode;
|
|
|
|
import org.dromara.xzd.domain.vo.XzdContractDetailsVo;
|
|
|
|
import jakarta.servlet.http.HttpServletResponse;
|
|
|
|
import org.dromara.xzd.fapiaotaizhang.zengzhishui.domain.vo.XzdXhqdVo;
|
|
|
|
import jakarta.validation.constraints.NotEmpty;
|
|
|
|
import org.dromara.xzd.service.IXzdContractDetailsService;
|
|
|
|
import jakarta.validation.constraints.NotNull;
|
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
|
|
|
|
|
import org.dromara.common.idempotent.annotation.RepeatSubmit;
|
|
|
|
|
|
|
|
import org.dromara.common.log.annotation.Log;
|
|
|
|
|
|
|
|
import org.dromara.common.web.core.BaseController;
|
|
|
|
|
|
|
|
import org.dromara.common.mybatis.core.page.PageQuery;
|
|
|
|
|
|
|
|
import org.dromara.common.core.domain.R;
|
|
|
|
import org.dromara.common.core.domain.R;
|
|
|
|
import org.dromara.common.core.validate.AddGroup;
|
|
|
|
import org.dromara.common.core.validate.AddGroup;
|
|
|
|
import org.dromara.common.core.validate.EditGroup;
|
|
|
|
import org.dromara.common.core.validate.EditGroup;
|
|
|
|
import org.dromara.common.log.enums.BusinessType;
|
|
|
|
|
|
|
|
import org.dromara.common.excel.utils.ExcelUtil;
|
|
|
|
import org.dromara.common.excel.utils.ExcelUtil;
|
|
|
|
import org.dromara.xzd.fapiaotaizhang.zengzhishui.domain.vo.AppreciationInvoiceVo;
|
|
|
|
import org.dromara.common.idempotent.annotation.RepeatSubmit;
|
|
|
|
import org.dromara.xzd.fapiaotaizhang.zengzhishui.domain.bo.AppreciationInvoiceBo;
|
|
|
|
import org.dromara.common.log.annotation.Log;
|
|
|
|
import org.dromara.xzd.fapiaotaizhang.zengzhishui.service.IAppreciationInvoiceService;
|
|
|
|
import org.dromara.common.log.enums.BusinessType;
|
|
|
|
|
|
|
|
import org.dromara.common.mybatis.core.page.PageQuery;
|
|
|
|
import org.dromara.common.mybatis.core.page.TableDataInfo;
|
|
|
|
import org.dromara.common.mybatis.core.page.TableDataInfo;
|
|
|
|
|
|
|
|
import org.dromara.common.web.core.BaseController;
|
|
|
|
|
|
|
|
import org.dromara.xzd.domain.bo.XzdContractDetailsBo;
|
|
|
|
|
|
|
|
import org.dromara.xzd.domain.vo.XzdContractDetailsVo;
|
|
|
|
|
|
|
|
import org.dromara.xzd.fapiaotaizhang.zengzhishui.domain.bo.AppreciationInvoiceBo;
|
|
|
|
|
|
|
|
import org.dromara.xzd.fapiaotaizhang.zengzhishui.domain.vo.AppreciationInvoiceVo;
|
|
|
|
|
|
|
|
import org.dromara.xzd.fapiaotaizhang.zengzhishui.domain.vo.XzdXhqdVo;
|
|
|
|
|
|
|
|
import org.dromara.xzd.fapiaotaizhang.zengzhishui.service.IAppreciationInvoiceService;
|
|
|
|
|
|
|
|
import org.dromara.xzd.service.IXzdContractDetailsService;
|
|
|
|
|
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
|
|
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 增值税发票
|
|
|
|
* 增值税发票
|
|
|
|
*
|
|
|
|
*
|
|
|
|
@ -69,7 +70,7 @@ public class AppreciationInvoiceController extends BaseController {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param id 主键
|
|
|
|
* @param id 主键
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@SaCheckPermission("zengzhishui:invoice:query")
|
|
|
|
// @SaCheckPermission("zengzhishui:invoice:query")
|
|
|
|
@GetMapping("/{id}")
|
|
|
|
@GetMapping("/{id}")
|
|
|
|
public R<AppreciationInvoiceVo> getInfo(@NotNull(message = "主键不能为空")
|
|
|
|
public R<AppreciationInvoiceVo> getInfo(@NotNull(message = "主键不能为空")
|
|
|
|
@PathVariable Long id) {
|
|
|
|
@PathVariable Long id) {
|
|
|
|
|