|
@@ -24,6 +24,7 @@ import java.util.List;
|
|
|
@Accessors(chain = true)
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
public class OutStoreFormDTO extends BaseDTO implements Serializable {
|
|
|
+ private String deptId;
|
|
|
private Integer oldOrNew;
|
|
|
private String projectName;
|
|
|
private String projectId;
|