| | |
| | | @Autowired |
| | | private OperateService operateService; |
| | | |
| | | private final static String SELECT = "/select"; |
| | | private final static String SELECT = "select"; |
| | | |
| | | private final static String INSERT = "/insert"; |
| | | private final static String INSERT = "insert"; |
| | | |
| | | private final static String UPDATE = "/update"; |
| | | private final static String UPDATE = "update"; |
| | | |
| | | private final static String DELETE = "/delete"; |
| | | private final static String DELETE = "delete"; |
| | | |
| | | private final static String UPLOAD = "/upload"; |
| | | private final static String UPLOAD = "upload"; |
| | | |
| | | private final static String DOWNLOAD = "/download"; |
| | | private final static String DOWNLOAD = "download"; |
| | | |
| | | private final static String COUNT = "/count"; |
| | | private final static String COUNT = "count"; |
| | | |
| | | private final static String SPLIT = "\\\\"; |
| | | |