WMS入库管理的创建人姓名,审核人姓名修改存账号的姓名

This commit is contained in:
秦鸿展
2026-03-03 14:42:35 +08:00
parent 485db7adcc
commit 5c84eb2095
5 changed files with 48 additions and 10 deletions
@@ -32,7 +32,7 @@ public class BaseVOEntity implements Serializable
@ApiModelProperty(value = "更新者")
private Long updateBy;
@ApiModelProperty(name = "创建者姓名")
@ApiModelProperty(name = "更新人姓名")
private String updateByName;
@ApiModelProperty(value = "更新时间")