| | |
| | | <result column="update_time" property="updateTime"/> |
| | | <!--接收其他外键实体类数据--> |
| | | <association property="basicGlassType" javaType="com.example.erp.entity.sd.BasicGlassType"> |
| | | <result column="type_id" property="typeID"/> |
| | | <result column="type_id" property="typeId"/> |
| | | <result column="type_name" property="typeName"/> |
| | | </association> |
| | | |
| | |
| | | <result column="update_time" property="updateTime"/> |
| | | <!--接收其他外键实体类数据--> |
| | | <association property="basicGlassType" javaType="com.example.erp.entity.sd.BasicGlassType"> |
| | | <result column="type_id" property="typeID"/> |
| | | <result column="type_id" property="typeId"/> |
| | | <result column="type_name" property="typeName"/> |
| | | </association> |
| | | |