入库单审核(班长)

This commit is contained in:
hongchao 2025-05-12 18:11:36 +08:00
parent 11f5e507d3
commit e11d095b6d
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ public class PurchaseCheckFormVo {
@ApiModelProperty("生产技术科")
private String productionTechDept;
@ApiModelProperty("审核(班长)")
private String reviewer;
@ApiModelProperty("库管班")
private String warehouseTeam;