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