gongchunyi
23 小时以前 23c88fa6c103225e1cff8909a6d12e4d0eb20124
src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
@@ -7,6 +7,7 @@
import com.ruoyi.dto.DateQueryDto;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.springframework.format.annotation.DateTimeFormat;
import java.math.BigDecimal;
@@ -18,6 +19,7 @@
 */
@Data
@TableName("device_ledger")
@EqualsAndHashCode(callSuper = true)
public class DeviceLedgerDto extends DateQueryDto {
    /**