mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 12:13:24 +09:00
add Category setting
This commit is contained in:
@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|||||||
public class CategoryController {
|
public class CategoryController {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 카테고리 리스트 출력
|
// 카테고리 리스트 출력
|
||||||
@GetMapping("/list")
|
@GetMapping("/list")
|
||||||
public String list() {
|
public String list() {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
|||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class CategoryDto {
|
public class CategoryDto {
|
||||||
|
|
||||||
private UUID kan_code;
|
private UUID kan_code;
|
||||||
private String cls_nm_1;
|
private String cls_nm_1;
|
||||||
private String cls_nm_2;
|
private String cls_nm_2;
|
||||||
|
|||||||
@@ -4,5 +4,5 @@ import org.apache.ibatis.annotations.Mapper;
|
|||||||
|
|
||||||
@Mapper
|
@Mapper
|
||||||
public interface CategoryMapper {
|
public interface CategoryMapper {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,5 +4,5 @@ import org.springframework.stereotype.Service;
|
|||||||
|
|
||||||
@Service
|
@Service
|
||||||
public class CategoryService {
|
public class CategoryService {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user