ccl冷凝胶后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
294 B

2 years ago
  1. package com.spring.modules.material.service;
  2. import com.spring.common.utils.PageUtils;
  3. import com.spring.modules.base.data.PartInformationVo;
  4. import com.spring.modules.material.data.TransHeaderData;
  5. public interface PoReceiveService {
  6. PageUtils searchTransHeader(TransHeaderData data);
  7. }