加酸仪(java版本)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
256 B

1 week ago
  1. package com.iflytop.handacid.app.service;
  2. import lombok.RequiredArgsConstructor;
  3. import lombok.extern.slf4j.Slf4j;
  4. import org.springframework.stereotype.Service;
  5. /**
  6. * 测试用
  7. */
  8. @Slf4j
  9. @Service
  10. @RequiredArgsConstructor
  11. public class TestService {
  12. }