zhoushihao
2024-08-05 b3999acca8bf3c48d64fdbfcde31caed84f85647
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.mes.pp.service;
 
import com.github.yulichang.base.MPJBaseService;
import com.mes.pp.entity.OptimizeLayout;
 
/**
 * <p>
 * 服务类
 * </p>
 *
 * @author zhoush
 * @since 2024-04-16
 */
public interface OptimizeLayoutService extends MPJBaseService<OptimizeLayout> {
 
}