2024年8月26日 新增年级字段
This commit is contained in:
parent
a1f308fdb1
commit
2026c4e06e
|
@ -129,6 +129,9 @@ public class TCompareInfo implements Serializable {
|
|||
/**所属部门*/
|
||||
@ApiModelProperty(value = "所属部门")
|
||||
private java.lang.String sysOrgCode;
|
||||
/**年级*/
|
||||
@ApiModelProperty(value = "年级")
|
||||
private java.lang.String nj;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue