添加字段翻译
This commit is contained in:
parent
03f120ca88
commit
9c72aa3285
|
|
@ -80,6 +80,7 @@ public class NuInvoicingPddInfo implements Serializable {
|
|||
/**盘点类型 1盘盈单 2盘亏单 3作废*/
|
||||
@Excel(name = "盘点类型 1盘盈单 2盘亏单 3作废", width = 15)
|
||||
@ApiModelProperty(value = "盘点类型 1盘盈单 2盘亏单 3作废")
|
||||
@Dict(dicCode = "pd_type")
|
||||
private java.lang.String pdType;
|
||||
/**备注信息*/
|
||||
@Excel(name = "备注信息", width = 15)
|
||||
|
|
|
|||
Loading…
Reference in New Issue