parent
28c2c85261
commit
ed15c347a4
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
|
||||
<bean id="order" class="com.ssm.ioc.Order">
|
||||
<property name="id" value="ORD20260410001"/>
|
||||
<property name="username" value="zhangsan"/>
|
||||
<property name="flowerName" value="郁金香"/>
|
||||
<property name="nums" value="2"/>
|
||||
<property name="orderDate" value="2026-04-10 15:00:00"/>
|
||||
<property name="totalPrice" value="99.8"/>
|
||||
</bean>
|
||||
</beans>
|
||||
Loading…
Reference in new issue