This commit is contained in:
mashuai 2025-08-06 09:00:41 +08:00
parent 5d8f82bc27
commit e7e694735d
1 changed files with 5 additions and 0 deletions

View File

@ -58,4 +58,9 @@ public class MaterialRetainedTeamVo {
@ApiModelProperty(value = "协议id")
private Long agreementId;
private String manageType;
@ApiModelProperty(value = "领料ID")
private Long leaseId;
}