|
@@ -5,6 +5,7 @@ import com.ym.mec.biz.dal.dto.TenantOrderRecordDto;
|
|
|
import com.ym.mec.biz.dal.entity.TenantOrderRecord;
|
|
|
import com.ym.mec.biz.service.TenantOrderRecordService;
|
|
|
import com.ym.mec.common.controller.BaseController;
|
|
|
+import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
@@ -20,6 +21,7 @@ import javax.annotation.Resource;
|
|
|
* @since 2021-12-20 10:08:27
|
|
|
*/
|
|
|
@RestController
|
|
|
+@Api(tags = "机构付款记录")
|
|
|
@RequestMapping("/tenantOrderRecord")
|
|
|
public class TenantOrderRecordController extends BaseController {
|
|
|
/**
|