|
|
|
@ -144,6 +144,10 @@ public class MesProduceSn extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("客户标签模板")
|
|
|
|
|
private String custLabelTemplate;
|
|
|
|
|
|
|
|
|
|
@Column(name = "LOT_NO")
|
|
|
|
|
@ApiParam("生产批次")
|
|
|
|
|
private String lotNo;
|
|
|
|
|
|
|
|
|
|
// @Version
|
|
|
|
|
// @Column(name = "LOCK_VERSION")
|
|
|
|
|
// @ApiParam(value = "乐观锁", example = "1")
|
|
|
|
|