钱智封存权限

This commit is contained in:
钱涛 2025-12-01 16:43:05 +08:00
parent a92bc80b64
commit 5ba83586d6
2 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public class InsuranceAccountBO {
.otherNum(e.getOtherNum())
.otherPay(SalaryEntityUtil.thousandthConvert(e.getOtherPay()))
.remarks(e.getRemarks())
.fc(e.getFc())
.socialNum(e.getSocialNum())
.socialPay(SalaryEntityUtil.thousandthConvert(e.getSocialPay()))
.paymentOrganization(e.getPaymentOrganization() != null ? MapperProxyFactory.getProxy(TaxAgentMapper.class).getById(e.getPaymentOrganization()).getName() : "")

View File

@ -112,6 +112,8 @@ public class InsuranceAccountBatchListDTO {
@TableTitle(title = "备注", dataIndex = "remarks", key = "remarks")
private String remarks;
private Integer fc;
private Set<String> opts;