whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
src/main/java/com/fgkj/services/BattresdataService.java
@@ -8,12 +8,13 @@
import java.util.List;
import javax.annotation.Resource;
@Service
public class BattresdataService {
   private ServiceModel model;
   ServiceModel model = new ServiceModel();
   @Autowired
   @Resource
   private BattresdataMapper mapper;;
   
   public ServiceModel add(Object obj) {