退回原因

This commit is contained in:
jing's 2024-03-30 16:38:18 +08:00
parent 67477ec634
commit f3b4f6baf2
1 changed files with 6 additions and 0 deletions

View File

@ -236,6 +236,12 @@ public class BomNewEbomParentVO extends BaseMaterialVO implements Serializable {
@ApiModelProperty(value = "退回人")
private String revertUserName;
@ApiModelProperty(value = "退回原因")
private String revertDesc;
/**
* 版本过期时间=下个版本的创建时间
*/