|
|
|
@ -25,6 +25,9 @@ public class BeforePlatInVO { |
|
|
|
@Schema(description = "流程卡号") |
|
|
|
@Schema(description = "流程卡号") |
|
|
|
private String cardNo; |
|
|
|
private String cardNo; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "入库班组/供应商id") |
|
|
|
|
|
|
|
private Long teamId; |
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "入库班组/供应商") |
|
|
|
@Schema(description = "入库班组/供应商") |
|
|
|
private String teamCode; |
|
|
|
private String teamCode; |
|
|
|
|
|
|
|
|
|
|
|
@ -40,9 +43,12 @@ public class BeforePlatInVO { |
|
|
|
@Schema(description = "下序名称") |
|
|
|
@Schema(description = "下序名称") |
|
|
|
private String nextProcessName; |
|
|
|
private String nextProcessName; |
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "下序班组/供应商") |
|
|
|
@Schema(description = "下序班组/供应商id") |
|
|
|
private String nextTeamCode; |
|
|
|
private String nextTeamCode; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "下序班组/供应商") |
|
|
|
|
|
|
|
private Long nextTeamId; |
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "入库数量") |
|
|
|
@Schema(description = "入库数量") |
|
|
|
private String inQuantity; |
|
|
|
private String inQuantity; |
|
|
|
|
|
|
|
|
|
|
|
|