1234567891011121314151617181920212223 |
- <?xml version='1.0' encoding='euc-kr'?>
- <submit id="TRICU00101">
- <action url="svc://local"
- target="stdycostapp.Stdycost"
- interface="himed.his.crc.stdycostapp.stdycost.Stdycost"
- method="reqGetStdstdycost">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="appno">
- <column id="appno" desc="차수" ref="appno"/>
- </table>
- </input>
- <output path="main/list" type="xml">
- <table id="grid1" count_ref="msg">
- <column id="itemname" desc="예산항목" ref="msg.bdgnm"/>
- <column id="payto" desc="지급처구분" ref="msg.paynm"/>
- <column id="aprvamt" desc="증빙금액" ref="msg.aprvamt"/>
- <column id="usedd" desc="사용일자" ref="msg.usedd"/>
- </table>
- </output>
- </submit>
|