OWL ITS + 탐지시스템(인터넷 진흥원)
박지현
2022-02-21 174dc12380c54730014e86c8897be16389fc804f
src/main/java/kr/wisestone/owl/domain/IssueType.java
@@ -57,13 +57,14 @@
    public IssueType(){}
    public IssueType(Workspace workspace, Workflow workflow, String name, String description, String color, Long usePartner){
    public IssueType(Workspace workspace, Workflow workflow, String name, String description, String color, Long usePartner, Boolean inheritPartners){
        this.workspace = workspace;
        this.workflow = workflow;
        this.name = name;
        this.description = description;
        this.color = color;
        this.usePartner = usePartner;
        this.inheritPartners = inheritPartners;
    }
    public Long getId() {