| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- 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 address;
- /**
- *
- */
- @ApiModelProperty("")
- private String telephone;
- /**
- *
- */
- @ApiModelProperty("")
- private String state;
- /**
- *
- */
- @ApiModelProperty("")
- private String sex;
- /**
- *
- */
- @ApiModelProperty("")
- private BigDecimal factar;
- /**
- *
- */
- @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;
- }
|