Files
jshERP/src/main/resources/struts2/materialProperty-struts.xml
2017-10-16 00:15:18 +08:00

11 lines
403 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN"
"http://struts.apache.org/dtds/struts-2.1.7.dtd">
<struts>
<package name="materialProperty" namespace="/materialProperty" extends="json-default">
<action name="*" class="materialPropertyAction" method="{1}">
<result type="json"/>
</action>
</package>
</struts>