Commit df826574 by zhangxingmin

push

parent cb816899
......@@ -43,6 +43,11 @@ public class ApiSalaryAddRequest {
private BigDecimal otherAmount;
/**
* 通用备注
*/
private String remark;
/**
* 其他调整的备注
*/
private String otherRemark;
......
......@@ -53,6 +53,11 @@ public class ApiSalaryEditRequest {
private String otherRemark;
/**
* 通用备注
*/
private String remark;
/**
* 实发总金额(单位:HKD)
*/
private BigDecimal paidAmount;
......
......@@ -53,6 +53,11 @@ public class ApiSalaryDetailResponse {
private String otherRemark;
/**
* 通用备注
*/
private String remark;
/**
* 实发总金额(单位:HKD)
*/
private BigDecimal paidAmount;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment