lyh
9 小时以前 78aeb8a8c97a884a640d46755e4be706bde48b7d
1
2
3
4
5
6
7
package com.lxzn.webservice.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.lxzn.framework.domain.webservice.PlmProgramSourceInfo;
 
public interface IPlmProgramSourceInfoService extends IService<PlmProgramSourceInfo> {
}