|
|
@@ -8,10 +8,10 @@ import java.util.Date;
|
|
|
* 公出表(PublicRelease)实体类
|
|
|
*
|
|
|
* @author makejava
|
|
|
- * @since 2025-04-17 11:33:38
|
|
|
+ * @since 2025-04-17 14:41:21
|
|
|
*/
|
|
|
public class PublicRelease implements Serializable {
|
|
|
- private static final long serialVersionUID = -50974254139952364L;
|
|
|
+ private static final long serialVersionUID = 706163335403356351L;
|
|
|
|
|
|
private Integer id;
|
|
|
/**
|
|
|
@@ -174,10 +174,6 @@ public class PublicRelease implements Serializable {
|
|
|
* 协单业务公出 0否 1是
|
|
|
*/
|
|
|
private Integer alone;
|
|
|
- /**
|
|
|
- * 有效面谈 0=否,1=是
|
|
|
- */
|
|
|
- private Integer interviewStatus;
|
|
|
|
|
|
|
|
|
public Integer getId() {
|
|
|
@@ -508,13 +504,5 @@ public class PublicRelease implements Serializable {
|
|
|
this.alone = alone;
|
|
|
}
|
|
|
|
|
|
- public Integer getInterviewStatus() {
|
|
|
- return interviewStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public void setInterviewStatus(Integer interviewStatus) {
|
|
|
- this.interviewStatus = interviewStatus;
|
|
|
- }
|
|
|
-
|
|
|
}
|
|
|
|