package com.zy.nc.entity;
|
|
import com.baomidou.mybatisplus.annotations.TableName;
|
import lombok.Data;
|
|
/**
|
*
|
* @TableName ncc_sc_pcda_wms
|
*/
|
@TableName(value ="ncc_sc_pcda_wms")
|
@Data
|
public class NccScPcdaWms {
|
/**
|
*
|
*/
|
private String vcode;
|
|
/**
|
*
|
*/
|
private String vname;
|
|
/**
|
*
|
*/
|
private String pkBatchcode;
|
|
/**
|
*
|
*/
|
private String vbatchcode;
|
|
/**
|
*
|
*/
|
private String wlbm;
|
|
/**
|
*
|
*/
|
private String ts;
|
|
private String pkStorestate;
|
|
}
|