|
@@ -22,6 +22,15 @@ import java.time.LocalDate;
|
|
|
@Accessors(chain = true)
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
public class StoreDTO extends BaseDTO implements Serializable {
|
|
|
+ private String factoryArea;//所属厂区
|
|
|
+
|
|
|
+ private Double positionX;//x坐标
|
|
|
+
|
|
|
+ private Double positionY;//y坐标
|
|
|
+
|
|
|
+ private String backGroundMap;//底图
|
|
|
+
|
|
|
+ private Boolean existPosition;//是否存在库位
|
|
|
|
|
|
/**
|
|
|
* 主键
|