MemberUpdateHistoryController.java 445 Bytes
package com.laowu.controller;


import org.springframework.web.bind.annotation.RequestMapping;

import org.springframework.web.bind.annotation.RestController;
import io.swagger.annotations.Api;

/**
 * <p>
 * 公司更新日志表 前端控制器
 * </p>
 *
 * @author Tuyp
 * @since 2023-04-07
 */
@RestController
@Api(tags = "公司更新日志表")
@RequestMapping("/member-update-history-do")
public class MemberUpdateHistoryController {

}