无关风月
2025-01-07 7804e7a907c6bb407b359fa144fd09fb081be09f
manage/src/main/java/com/jilongda/manage/vo/TInventoryInfoVO.java
@@ -16,6 +16,6 @@
    private String store;
    @ApiModelProperty(value = "镜片盘点明细")
    private List<TInventoryLensDetail> lensList;
    @ApiModelProperty(value = "镜片盘点明细")
    @ApiModelProperty(value = "镜架盘点明细")
    private List<TInventoryFrameDetail> frameList;
}