物料新增system模块

This commit is contained in:
zhou-hongcheng
2026-01-26 09:50:54 +08:00
parent 732bfa1f5a
commit df671374b3
6 changed files with 92 additions and 26 deletions
@@ -25,7 +25,7 @@ public class MaterialBaseInfo extends BaseVOEntity {
private static final long serialVersionUID = 1L;
@ApiModelProperty("物料基础信息id")
@TableId(type = IdType.INPUT)
@TableId(type = IdType.ASSIGN_ID)
private Long materialBaseInfoId;
@ApiModelProperty("组织表ID")