parent
55b9699b1c
commit
60ab426c64
@ -1,7 +1,10 @@
|
|||||||
package core.process;
|
package core.process;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
public abstract class C_FillInformation extends TempProcess {
|
public abstract class C_FillInformation extends TempProcess {
|
||||||
public String getJspURL(){
|
public String getJspURL(){
|
||||||
return "/home/fill_Information.jsp";
|
return "/home/fill_Information.jsp";
|
||||||
}
|
}
|
||||||
|
public abstract List<String> getInputName();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue