This website works better with JavaScript.
Home
Explore
Help
Sign In
derek
/
FPSMS-backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
production_process
cyril.tsui
2 months ago
parent
3ec014d101
commit
df943110e9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/java/com/ffii/fpsms/modules/deliveryOrder/entity/models/DeliveryOrderInfo.kt
+ 1
- 1
src/main/java/com/ffii/fpsms/modules/deliveryOrder/entity/models/DeliveryOrderInfo.kt
View File
@@ -18,6 +18,6 @@ interface DeliveryOrderInfo{
@get:Value("#{target.shop?.name}")
val shopName: String?
val deliveryOrderLine: List<DeliveryOrderLineInfo>
val deliveryOrderLine
s
: List<DeliveryOrderLineInfo>
}
Write
Preview
Loading…
Cancel
Save