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 {
|
||||
|
||||
|
||||
|
||||
|
||||
// 카테고리 리스트 출력
|
||||
@GetMapping("/list")
|
||||
public String list() {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class CategoryDto {
|
||||
|
||||
|
||||
private UUID kan_code;
|
||||
private String cls_nm_1;
|
||||
private String cls_nm_2;
|
||||
|
||||
@@ -4,5 +4,5 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
@Mapper
|
||||
public interface CategoryMapper {
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@ import org.springframework.stereotype.Service;
|
||||
|
||||
@Service
|
||||
public class CategoryService {
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user