钱智封存权限
This commit is contained in:
parent
a92bc80b64
commit
5ba83586d6
|
|
@ -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() : "")
|
||||
|
|
|
|||
|
|
@ -112,6 +112,8 @@ public class InsuranceAccountBatchListDTO {
|
|||
@TableTitle(title = "备注", dataIndex = "remarks", key = "remarks")
|
||||
private String remarks;
|
||||
|
||||
private Integer fc;
|
||||
|
||||
private Set<String> opts;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue