12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="UTF-8"?>
- <submit id="TRSNE00102">
- <action url="svc://local"
- target="stsenrapp.StsErMngt" interface="himed.his.sts.stsenrapp.stsenrmngt.StsErMngt"
- method="reqGetStayMMList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchyear">
- <column id="srchyear" desc="조회년도" ref="srchyear"/>
- <column id="srchflag1" desc="조회구분1" ref="srchflag1"/>
- <column id="srchflag2" desc="조회구분2" ref="srchflag2"/>
- </table>
- </input>
- <output path="root/staymminfo" type="xml">
- <table id="staymmlist" count_ref="staymmlist">
- <column id="deptnm" desc="부서정보" ref="staymmlist.deptnm"/>
- <column id="col1" desc="1월" ref="staymmlist.col1"/>
- <column id="col2" desc="2월" ref="staymmlist.col2"/>
- <column id="col3" desc="3월" ref="staymmlist.col3"/>
- <column id="col4" desc="4월" ref="staymmlist.col4"/>
- <column id="col5" desc="5월" ref="staymmlist.col5"/>
- <column id="col6" desc="6월" ref="staymmlist.col6"/>
- <column id="col7" desc="7월" ref="staymmlist.col7"/>
- <column id="col8" desc="8월" ref="staymmlist.col8"/>
- <column id="col9" desc="9월" ref="staymmlist.col9"/>
- <column id="col10" desc="10월" ref="staymmlist.col10"/>
- <column id="col11" desc="11월" ref="staymmlist.col11"/>
- <column id="col12" desc="12월" ref="staymmlist.col12"/>
- <column id="staymmsum" desc="합계" ref="staymmlist.staymmsum"/>
- <column id="deptcd" desc="부서코드" ref="staymmlist.deptcd"/>
- <column id="depthngnm" desc="부서한글명" ref="staymmlist.depthngnm"/>
- </table>
- </output>
- </submit>
|