lyh
5 天以前 fda571324684bc8d0945b3e2841305b1207fc3e9
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> {
}