修复bug

This commit is contained in:
wulin 2020-10-20 12:13:29 +08:00
parent a63101d2c9
commit 62bacf2dda

View File

@ -33,7 +33,7 @@ public class StaffDto implements Serializable {
* 员工姓名
*/
@ApiModelProperty(name = "value", value = "姓名")
private String value;
private String name;
/**
* 职位
*/