|
|
|
@ -143,4 +143,8 @@ public class IfProductOffLine extends BaseBean implements Serializable {
|
|
|
|
|
@Column(name = "JIS_BACKFLUSH_STATUS")
|
|
|
|
|
@ApiParam("回冲状态")
|
|
|
|
|
private String jisBackflushStatus;
|
|
|
|
|
|
|
|
|
|
@Column(name = "CUST_PROD_LINE_CODE")
|
|
|
|
|
@ApiParam("客户产线代码")
|
|
|
|
|
private String custProdLineCode;
|
|
|
|
|
}
|
|
|
|
|