增加辅料字段,辅料页面

This commit is contained in:
朱昊天
2026-04-17 16:58:29 +08:00
parent 6aa1d581e7
commit 855dbbe099
6 changed files with 36 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<resultMap type="com.gear.mat.domain.MatMaterial" id="MatMaterialResult">
<result property="materialId" column="material_id"/>
<result property="materialName" column="material_name"/>
<result property="materialType" column="material_type"/>
<result property="spec" column="spec"/>
<result property="model" column="model"/>
<result property="factory" column="factory"/>