This commit is contained in:
2026-08-21 12:07:21 +08:00
parent 35b3d1b0ed
commit 762d6e4768
6 changed files with 324 additions and 41 deletions
@@ -70,5 +70,8 @@ public class ReceivablePayableAdjustFeeRequest implements Serializable {
@Schema(description = "备注")
private String remark;
@Schema(description = "变更原因")
private String changeReason;
}
}
@@ -105,4 +105,7 @@ public class ReceivablePayableCargoFee extends TenantEntity {
@Schema(description = "备注")
private String remark;
@Schema(description = "变更原因")
private String changeReason;
}