xuhy
6 天以前 49221f8f9c6c507fe451bc9b6cf69372c83c0d54
ruoyi-system/src/main/java/com/ruoyi/system/dto/EquipmentDto.java
@@ -7,5 +7,7 @@
public class EquipmentDto {
    private String id;
    private String name;
    private Integer count;
}