huminmin
9 天以前 ef75cf1b5e6f23f5ec039946ebaeb9e71ac864fc
src/main/java/com/ruoyi/production/dto/SalesLedgerSchedulingDto.java
@@ -27,6 +27,9 @@
    @ApiModelProperty(value = "销售台账ID")
    private Long salesLedgerId;
    @ApiModelProperty(value = "生产总量(单位kg)")
    private BigDecimal totalProduction;
    /**
     * 生产炒机
     */
@@ -122,6 +125,9 @@
    @Excel(name = "状态")
    private String status;
    @Excel(name = "进度")
    private BigDecimal progress;
    @ApiModelProperty(value = "租户ID")
    private Long tenantId;