|
|
|
@ -28,5 +28,7 @@ public interface LdOneFormMapper extends BaseMapper<LdOneForm> { |
|
|
|
|
|
|
|
|
|
|
|
LdOneForm selectByMaterialCode(@Param("materialCode")String materialCode,@Param("oneFormId") Long oneFormId); |
|
|
|
LdOneForm selectByMaterialCode(@Param("materialCode")String materialCode,@Param("oneFormId") Long oneFormId); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LdOneForm getByMaterialCodeAndType(@Param("materialCode")String materialCode,@Param("type") String type); |
|
|
|
|
|
|
|
|
|
|
|
List<LdOneForm> selectOneFormByNum(@Param("optionType") String optionType); |
|
|
|
List<LdOneForm> selectOneFormByNum(@Param("optionType") String optionType); |
|
|
|
} |
|
|
|
} |
|
|
|
|