add:仓位新增占用状态字段
This commit is contained in:
@@ -10,6 +10,7 @@ import java.io.Serializable;
|
||||
/**
|
||||
* @author dsh
|
||||
* 2025/5/15
|
||||
* 仓位属性
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@@ -229,4 +230,9 @@ public class Structattr implements Serializable {
|
||||
*/
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 占用状态:1空位 2空载具 3有料
|
||||
*/
|
||||
private Integer placement_type;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user