lyh
3 天以前 b508ec38ddf9ed93d4435e8f1e3c4effef798aaa
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> {
}