2024年8月26日 新增年级字段

This commit is contained in:
bai 2024-08-26 20:26:10 +08:00
parent a1f308fdb1
commit 2026c4e06e
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@ public class TCompareInfo implements Serializable {
/**所属部门*/
@ApiModelProperty(value = "所属部门")
private java.lang.String sysOrgCode;
/**年级*/
@ApiModelProperty(value = "年级")
private java.lang.String nj;