update
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
package digital.laboratory.platform.reagent.entity;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class Cabinetcell {
|
||||||
|
|
||||||
|
private String cabinetId;
|
||||||
|
private String location;
|
||||||
|
private String id;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user