mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
no message
This commit is contained in:
+3
-3
@@ -32,13 +32,13 @@ public class OrderSource {
|
||||
private PlanDO planDO;
|
||||
|
||||
@Schema(description = "生产单列表")
|
||||
private List<OrderDO> orders;
|
||||
private List<OrderDO> orderList;
|
||||
|
||||
@Schema(description = "商品板材列表")
|
||||
private List<GoodsDO> goods;
|
||||
private List<GoodsDO> goodsList;
|
||||
|
||||
@Schema(description = "小板列表")
|
||||
private List<PlateDO> plates;
|
||||
private List<PlateDO> plateList;
|
||||
|
||||
@Schema(description = "小板造型列表")
|
||||
private List<OrderModelDO> plateModels;
|
||||
|
||||
Reference in New Issue
Block a user