zjh
2024-09-18 a24ab961a77af85478ab170bd9f754430eb7c163
1
2
3
4
5
6
7
8
9
10
package com.ltkj.web.controller.lis;
 
 
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component;
 
@Component
@Slf4j
public class LisApiMethod {
}