TBMaterialDeliveryInfoService.java 169 B

123456
  1. package cn.com.lzt.sign.service;
  2. import org.jeecgframework.core.common.service.CommonService;
  3. public interface TBMaterialDeliveryInfoService extends CommonService {
  4. }