修改主数据文件命名
This commit is contained in:
@@ -61,8 +61,8 @@ import org.springframework.transaction.annotation.Transactional;
|
||||
@Slf4j
|
||||
@RestController
|
||||
@Tag(name = "法人公司" , description = "bcm")
|
||||
@RequestMapping("/api/bcm/Lpc")
|
||||
public class LpcController {
|
||||
@RequestMapping("/api/bcm/Corporation")
|
||||
public class CorporationController {
|
||||
|
||||
@Autowired
|
||||
private GeneraterSwapUtil generaterSwapUtil;
|
||||
@@ -64,8 +64,8 @@ import org.springframework.transaction.annotation.Transactional;
|
||||
@Slf4j
|
||||
@RestController
|
||||
@Tag(name = "客户信息" , description = "bcm")
|
||||
@RequestMapping("/api/bcm/Custinfo")
|
||||
public class CustinfoController {
|
||||
@RequestMapping("/api/bcm/Customer")
|
||||
public class CustomersController {
|
||||
|
||||
@Autowired
|
||||
private GeneraterSwapUtil generaterSwapUtil;
|
||||
@@ -69,8 +69,8 @@ import org.springframework.transaction.annotation.Transactional;
|
||||
@Slf4j
|
||||
@RestController
|
||||
@Tag(name = "供应商信息" , description = "bcm")
|
||||
@RequestMapping("/api/bcm/Suppinfo")
|
||||
public class SuppinfoController {
|
||||
@RequestMapping("/api/bcm/Supplier")
|
||||
public class SupplierController {
|
||||
|
||||
@Autowired
|
||||
private GeneraterSwapUtil generaterSwapUtil;
|
||||
Reference in New Issue
Block a user