仓码pda改造;

This commit is contained in:
王奎兴
2026-07-10 15:26:06 +08:00
parent 1381bcee72
commit f4f2573af7
17 changed files with 161 additions and 10 deletions
@@ -116,6 +116,12 @@ public class WarehouseFeignPO extends BaseVOEntity{
@Excel(name = "是否作废: 1-否 2-是")
private Integer nullify;
@ApiModelProperty("任务模式")
@Excel(name = "任务模式")
private String taskMode;
@ApiModelProperty("作业模式")
@Excel(name = "作业模式")
private String workMode;
}
}