weaver-hrm-salary/src/com/engine/salary/entity/salaryacct/param/SalaryAcctEmpRefreshTaxAgen...

25 lines
636 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//package com.engine.salary.entity.salaryacct.param;
//
//import io.swagger.annotations.ApiModelProperty;
//import lombok.Data;
//
//import javax.validation.constraints.NotNull;
//
///**
// * @description: 刷新薪资核算人员的个税扣缴义务人
// * @author: xiajun
// * @modified By: xiajun
// * @date: Created in 1/13/22 4:05 PM
// * @version:v1.0
// */
//@Data
//public class SalaryAcctEmpRefreshTaxAgentParam {
//
// /**
// * 参数错误薪资核算记录ID不能为空
// */
// @NotNull(message = "LABEL:99845")
// @ApiModelProperty("薪资核算记录id")
// private Long salaryAcctRecordId;
//}