|
|
@ -27,4 +27,23 @@ public class Part implements Serializable {
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("是否是baseModule")
|
|
|
|
@ApiParam("是否是baseModule")
|
|
|
|
private boolean isBaseModule;
|
|
|
|
private boolean isBaseModule;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("前左数量")
|
|
|
|
|
|
|
|
private String flQty = "0";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("前右数量")
|
|
|
|
|
|
|
|
private String frQty = "0";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("后左数量")
|
|
|
|
|
|
|
|
private String rlQty = "0";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("后右数量")
|
|
|
|
|
|
|
|
private String rrQty = "0";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("配方")
|
|
|
|
|
|
|
|
private String recipeItem;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("配方顺序")
|
|
|
|
|
|
|
|
private String recipeSeq;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|