|
|
|
@ -121,7 +121,7 @@ public class StOtherOutRecord extends TenantEntity { |
|
|
|
@Schema(description = "借用报废记录ID") |
|
|
|
@Schema(description = "借用报废记录ID") |
|
|
|
private Long rrId; |
|
|
|
private Long rrId; |
|
|
|
|
|
|
|
|
|
|
|
/*0:报废出库,1:料头出库,2.超额出库,3复检出库,4领用出库,5库转移,6退货出库,11不合格退库*/ |
|
|
|
/*0:报废出库,1:料头出库,2.超额出库,3复检出库,4领用出库,5库转移,6退货出库,8班组提请,11不合格退库,12生产出库*/ |
|
|
|
public static final Short OUT_TYPE_SCRAP = 0; |
|
|
|
public static final Short OUT_TYPE_SCRAP = 0; |
|
|
|
public static final Short OUT_TYPE_STOCK_HEAD = 1; |
|
|
|
public static final Short OUT_TYPE_STOCK_HEAD = 1; |
|
|
|
public static final Short OUT_TYPE_EXCESS = 2; |
|
|
|
public static final Short OUT_TYPE_EXCESS = 2; |
|
|
|
|