wu
2024-08-27 2bb5874750f30f1e7c8c5c2df66c24dcf78b9b9b
还原实体类
2个文件已修改
38 ■■■■ 已修改文件
hangzhoumesParent/common/servicebase/src/main/java/com/mes/order/controller/OrderController.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
hangzhoumesParent/common/servicebase/src/main/java/com/mes/order/entity/Orderdetail.java 36 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
hangzhoumesParent/common/servicebase/src/main/java/com/mes/order/controller/OrderController.java
@@ -26,7 +26,7 @@
    //获取待选择的工程号
    private OrdersService ordersService;
    @ApiOperation("显示订单详细")
    @ApiOperation("显示订单详细1")
    @PostMapping("/selectOrderdetail") //显示工程选择信息
    @ResponseBody
    public Result<List<Orderdetail>> listByState(@RequestBody Orders orders) {
hangzhoumesParent/common/servicebase/src/main/java/com/mes/order/entity/Orderdetail.java
@@ -28,6 +28,14 @@
    private String project;
    /**
     * 流程卡号
     */
    private String processId;
    /**
     * 订单序号
     */
    private String orderNumber;
    /**
     * 产品名称
     */
    private String productName;
@@ -35,30 +43,40 @@
    /**
     * 宽
     */
    private String width;
    private double width;
    /**
     * 高
     */
    private String height;
    private double height;
    /**
     * 面积
     */
    private double area;
    /**
     * 包装方式
     * 数量
     */
    private Integer quantity;
    /**
     * 状态
     * 补片数量
     */
    private String processingNote;
    private Integer numberPatches;
    /**
     * 送货时间
     * 已入数量
     */
    private String deliveryDate;
    private Integer receivedQuantity;
    /**
     * 生产状态
     */
    private Integer terminationStatus;
    /**
     * 包装方式
     */
    private String packType;
    /**
     * 工程号
     */
    private String projectNo;