Commit 0f967619 authored by 罗贤顺's avatar 罗贤顺

修复问题,员工上班

parent b15046fb
...@@ -74,6 +74,11 @@ public class TMineWorkemployees implements Serializable { ...@@ -74,6 +74,11 @@ public class TMineWorkemployees implements Serializable {
*/ */
@ApiModelProperty("Hqrs") @ApiModelProperty("Hqrs")
private Integer Hqrs; private Integer Hqrs;
/**
* 管理人数
*/
@ApiModelProperty("Glrs")
private Integer Glrs;
/** /**
* 上班总人数 * 上班总人数
*/ */
......
...@@ -67,6 +67,11 @@ public class TMineWorkemployeesQuery implements Serializable { ...@@ -67,6 +67,11 @@ public class TMineWorkemployeesQuery implements Serializable {
*/ */
@ApiModelProperty("Hqrs") @ApiModelProperty("Hqrs")
private Integer Hqrs; private Integer Hqrs;
/**
* 管理人数
*/
@ApiModelProperty("Glrs")
private Integer Glrs;
/** /**
* 上班总人数 * 上班总人数
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment