2 天以前 f7273277023f3497ac071bf98f556a569cb4dd25
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/batch/vo/MesProBatchPageReqVO.java
@@ -23,18 +23,18 @@
    @Schema(description = "临时批次码", example = "PB-00000001")
    private String tempCode;
    @Schema(description = "品种(产品物料)编号", example = "1")
    private Long itemId;
    @Schema(description = "产线编号", example = "1")
    private Long lineId;
    @Schema(description = "产线编码", example = "L01")
    private String lineCode;
    @Schema(description = "产线名称", example = "包装一线")
    @Schema(description = "产线名称(页面展示为「加工单位」)", example = "包装一线")
    private String lineName;
    @Schema(description = "加工班组", example = "一号加工班组")
    private String processingTeam;
    @Schema(description = "责任人用户编号", example = "1")
    private Long ownerUserId;