feat(WmsProduct): 添加产品类型字段
- 在 WmsProduct 类中添加 type 字段,用于存储产品类型 - 在 WmsProductBo 和 WmsProductVo 中添加相应的 type 属性 - 更新 WmsProductMapper.xml,添加 type 字段的映射 - 在 WmsProductServiceImpl 中添加对 type 字段的查询条件
This commit is contained in:
@@ -91,5 +91,7 @@ public class WmsProductBo extends BaseEntity {
|
||||
* BOM 表头ID
|
||||
*/
|
||||
private Long bomId;
|
||||
//产品类型
|
||||
private String type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user