6 changed files with 41 additions and 6 deletions
@ -0,0 +1,20 @@
|
||||
package com.biutag.lan.domain.bo; |
||||
|
||||
|
||||
import lombok.Getter; |
||||
import lombok.Setter; |
||||
|
||||
@Setter |
||||
@Getter |
||||
public class MailCategoryInfo { |
||||
|
||||
private String mailId; |
||||
|
||||
private String mailCategory; |
||||
|
||||
private String mailFirstCategory; |
||||
|
||||
private String mailSecondCategory; |
||||
|
||||
private String mailThreeCategory; |
||||
} |
||||
Loading…
Reference in new issue