오류 수정

This commit is contained in:
kimscott
2019-08-01 15:52:54 +09:00
parent 6c8acb508e
commit df5f1ea25f

View File

@@ -6,10 +6,6 @@ public class ProductRequired {
private String stateMessage;
private String productName ;
public ProductRequired(){
this.setType(this.getClass().getSimpleName());
}
public String getType() {
return type;
}