| | |
| | | import com.lunhan.xxx.common.util.ParameterUtil; |
| | | import com.lunhan.xxx.common.validator.ParameterValidateResult; |
| | | import com.lunhan.xxx.common.validator.ParameterValidator; |
| | | import com.lunhan.xxx.entity.dto.search.SearchTestInfo; |
| | | import com.lunhan.xxx.entity.search.SearchTestInfo; |
| | | import com.lunhan.xxx.entity.enums.ESex; |
| | | import com.lunhan.xxx.entity.request.ReqListId; |
| | | import com.lunhan.xxx.entity.request.ReqListSetSort; |
| | |
| | | * @order 99999 |
| | | */ |
| | | @NonLogin |
| | | //@RestController |
| | | @RestController |
| | | @RequestMapping(value = "testInfo") |
| | | public class TestInfoServiceController extends BasicController { |
| | | @Autowired |
| | |
| | | } |
| | | |
| | | /** |
| | | * 删除[测试信息] |
| | | * 批量删除[测试信息] |
| | | * |
| | | * @author lin.liu |
| | | * @date 2021/11/23 |