|
|
|
|
@ -69,8 +69,8 @@ public class StRealtimeStock extends TenantEntity { |
|
|
|
|
/** |
|
|
|
|
* 过期/报废日期 |
|
|
|
|
*/ |
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
|
|
@Schema(description = "过期/报废日期") |
|
|
|
|
private Date scrapCycle; |
|
|
|
|
/** |
|
|
|
|
@ -194,6 +194,12 @@ public class StRealtimeStock extends TenantEntity { |
|
|
|
|
@Schema(description = "出库数量") |
|
|
|
|
private Double outQuantity; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 是否量具保养 0否 1是 |
|
|
|
|
*/ |
|
|
|
|
@Schema(description = "是否量具保养 0否 1是") |
|
|
|
|
private Integer isMeasureMaintenance; |
|
|
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
|
private Long outRecordId; |
|
|
|
|
|
|
|
|
|
|