package com.gkhy.safePlatform.equipment.entity; public class SafeMaterialCountDO { private Long id; private Integer count; public Long getId() { return id; } public void setId(Long id) { this.id = id; } public Integer getCount() { return count; } public void setCount(Integer count) { this.count = count; } }