|
@@ -0,0 +1,232 @@
|
|
|
+package com.xjrsoft.module.student.entity;
|
|
|
+
|
|
|
+import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
+import io.swagger.annotations.ApiModel;
|
|
|
+import io.swagger.annotations.ApiModelProperty;
|
|
|
+import lombok.Data;
|
|
|
+
|
|
|
+import java.io.Serializable;
|
|
|
+import java.math.BigDecimal;
|
|
|
+
|
|
|
+
|
|
|
+/**
|
|
|
+* @title:
|
|
|
+* @Author dzx
|
|
|
+* @Date: 2024-03-13
|
|
|
+* @Version 1.0
|
|
|
+*/
|
|
|
+@Data
|
|
|
+@TableName("pb_v_xsxxsfytb")
|
|
|
+@ApiModel(value = "pb_v_xsxxsfytb", description = "")
|
|
|
+public class PbVXsxxsfytb implements Serializable {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = 1L;
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String pkfeeobj;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String Studentcode;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String feeobjname;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String classname;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String classcode;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String specname;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String speccode;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String deptname;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String deptcode;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String enteryear;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String leaveyear;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String personalid;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String userdef1;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String recruiters;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String userdef2;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String admissions;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String address;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String telephone;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String nationality;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String property;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String remarks;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String graduations;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String state;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String sex;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private BigDecimal standardar;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private BigDecimal factar;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private BigDecimal adjustmny;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private BigDecimal jmje;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private BigDecimal arrearagemny;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private BigDecimal factrecarmny;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private BigDecimal refundmny;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private BigDecimal qfje;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String jfzt;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String feeitemcode;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String feeitemname;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String beltcode;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String beltname;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String ratetypename;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String resourcename;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String quartername;
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ @ApiModelProperty("")
|
|
|
+ private String pksfxxytb;
|
|
|
+
|
|
|
+
|
|
|
+}
|