1、项目视图新增订单量和签单数量

This commit is contained in:
2026-01-13 14:16:34 +08:00
parent 0d4702ea9a
commit 2315e0be10

View File

@@ -108,4 +108,12 @@ public class LyricVProjectToDM {
@TableField(value = "machine_type")
public String machineType;
@Schema(description = "订单量")
@TableField(value = "order_quantity")
public Integer orderQuantity;
@Schema(description = "签单数量")
@TableField(value = "sign_num")
public Integer signNum;
}