1、项目视图新增订单量和签单数量
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user