add:仓位新增占用状态字段

This commit is contained in:
zhengxuming
2025-07-23 19:30:40 +08:00
parent 077cb10318
commit 2b1b731ee5

View File

@@ -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;
}