/*
|
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved.
|
*
|
* Redistribution and use in source and binary forms, with or without
|
* modification, are permitted provided that the following conditions are met:
|
*
|
* Redistributions of source code must retain the above copyright notice,
|
* this list of conditions and the following disclaimer.
|
* Redistributions in binary form must reproduce the above copyright
|
* notice, this list of conditions and the following disclaimer in the
|
* documentation and/or other materials provided with the distribution.
|
* Neither the name of the dreamlu.net developer nor the names of its
|
* contributors may be used to endorse or promote products derived from
|
* this software without specific prior written permission.
|
* Author: Chill 庄骞 (smallchill@163.com)
|
*/
|
package com.vci.ubcs.code.entity;
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
import com.baomidou.mybatisplus.annotation.TableName;
|
import com.vci.ubcs.starter.revision.model.BaseModel;
|
import lombok.Data;
|
import io.swagger.annotations.ApiModel;
|
import io.swagger.annotations.ApiModelProperty;
|
import java.util.Date;
|
import lombok.EqualsAndHashCode;
|
|
/**
|
* 编码信息 实体类
|
*
|
* @author yuxc
|
* @since 2023-05-05
|
*/
|
@Data
|
@TableName("PL_CODE_WUPIN")
|
@ApiModel(value = "CodeWupin对象", description = "编码信息")
|
@EqualsAndHashCode(callSuper = true)
|
public class CodeWupin extends BaseModel {
|
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String checkinby;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private Date checkintime;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String checkoutby;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private Date checkouttime;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String codeclsfid;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String codeclsfpath;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String codetemplateoid;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String materialclassify;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String materialid;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String tuhao;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String pinpai;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String morengongys;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String xieyijiage;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String hesuanpici;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String beizhushuoming;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private Short materialtype;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String materialname;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String ruanjianbanben;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String qitachicun;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String morencaigouy;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String yumaileixing;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String chuangjiangongsi;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String caigouwl;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String wuliaoxingzhi;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String xieyibianhao;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String caizhi;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String chukufangshi;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String shifoupihaoguanli;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String kucunwl;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String xinghaoguige;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String duiwaiguige;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String zhibaoqi;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String caigoutiqianqi;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String hesuanfenlei;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String xiaoshouwl;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String changjiaxinghao;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String zuixiaoqiding;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String jiliangdw;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String zhiliangbz;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String firstfl;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String secondfl;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String thrifl;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String oldcode;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String baozhuangguige;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String passing;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String xbj;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String xbxkxs;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String xfjjstj;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String xgzccdgcd;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String xxndj;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String xzjmc;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String zjxh;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String clph;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String bmcl;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String cpxs;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String xbzjbmc;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String xwlwwmc;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String jjzyq;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String jsbmc;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String jsbxh;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String jsccj;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String jssxt;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String jszgl;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String jzl;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String jzrxx;
|
/**
|
*
|
*/
|
@ApiModelProperty(value = "")
|
private String jzxzb;
|
|
@ApiModelProperty(value = "")
|
@TableField(exist = false)
|
private String codeSecLengthField;
|
|
}
|