fix bug
This commit is contained in:
+3
@@ -70,5 +70,8 @@ public class ReceivablePayableAdjustFeeRequest implements Serializable {
|
||||
|
||||
@Schema(description = "备注")
|
||||
private String remark;
|
||||
|
||||
@Schema(description = "变更原因")
|
||||
private String changeReason;
|
||||
}
|
||||
}
|
||||
|
||||
+3
@@ -105,4 +105,7 @@ public class ReceivablePayableCargoFee extends TenantEntity {
|
||||
@Schema(description = "备注")
|
||||
private String remark;
|
||||
|
||||
@Schema(description = "变更原因")
|
||||
private String changeReason;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user