|
@@ -28,6 +28,7 @@ import java.util.List;
|
|
@Accessors(chain = true)
|
|
@Accessors(chain = true)
|
|
@EqualsAndHashCode(callSuper = true)
|
|
@EqualsAndHashCode(callSuper = true)
|
|
public class SparePartInfoVO extends BaseVO implements Serializable {
|
|
public class SparePartInfoVO extends BaseVO implements Serializable {
|
|
|
|
+ private Double totalNum;
|
|
/**
|
|
/**
|
|
* 是否专用备件
|
|
* 是否专用备件
|
|
*/
|
|
*/
|