修改了审批人不显示的bug
This commit is contained in:
parent
d46ac01987
commit
2c34f94a05
|
@ -42,7 +42,8 @@ public class PurchaseAndOrder implements Serializable {
|
|||
/**
|
||||
* 创建人
|
||||
*/
|
||||
@ApiModelProperty(value = "创建人")
|
||||
@Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username")
|
||||
@ApiModelProperty(value = "申请人")
|
||||
private java.lang.String createBy;
|
||||
/**
|
||||
* 创建日期
|
||||
|
|
Loading…
Reference in New Issue