|  |  |  | 
|---|
|  |  |  | @TableField("sign_type_other_boolean") | 
|---|
|  |  |  | private String signTypeOtherBoolean; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 其它标记类别(是否输送线互通) | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @ApiModelProperty(value= "入库站点集合") | 
|---|
|  |  |  | @TableField("sta_no_list") | 
|---|
|  |  |  | private String staNoList; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public RowLastno() {} | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public RowLastno(String wrkMk,Integer currentRow,Integer sRow,Integer eRow,Integer crnQty,String memo,Long modiUser,Date modiTime,Long appeUser,Date appeTime,Integer limintLoc) { | 
|---|
|  |  |  | 
|---|
|  |  |  | this.signTypeOtherBoolean = signTypeOtherBoolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getStaNoList() { | 
|---|
|  |  |  | return staNoList; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setStaNoList(String StaNoList) { | 
|---|
|  |  |  | this.staNoList = StaNoList; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|