master:代发订单StoreOrderDetail.java 调整;

pull/1121/head
liujiang 2025-04-02 22:46:09 +08:00
parent fef8af2864
commit ffe25948fc
1 changed files with 6 additions and 2 deletions

View File

@ -23,13 +23,17 @@ public class StoreOrderDetail extends SimpleEntity {
*/ */
private Long storeOrderId; private Long storeOrderId;
/** /**
* ID * ID
*/ */
private Long storeProdColorSizeId; private Long storeProdColorId;
/** /**
* ID * ID
*/ */
private Long storeProdId; private Long storeProdId;
/**
*
*/
private String colorName;
/** /**
* [10: 11: 12: 13: 14: 21: 22: 23: 24:] * [10: 11: 12: 13: 14: 21: 22: 23: 24:]
*/ */