|
@@ -118,7 +118,7 @@ public class PublicRelease implements Serializable {
|
|
|
/**
|
|
/**
|
|
|
* 0辅助根据 1主要跟进
|
|
* 0辅助根据 1主要跟进
|
|
|
*/
|
|
*/
|
|
|
- private Integer mianStatus;
|
|
|
|
|
|
|
+ private Integer mainStatus;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 公出补充
|
|
* 公出补充
|
|
@@ -132,398 +132,204 @@ public class PublicRelease implements Serializable {
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.id
|
|
|
|
|
- * @return the value of public_release.id
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public Integer getId() {
|
|
|
|
|
- return id;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.id
|
|
|
|
|
- * @param id the value for public_release.id
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setId(Integer id) {
|
|
|
|
|
- this.id = id;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.uid
|
|
|
|
|
- * @return the value of public_release.uid
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public String getUid() {
|
|
|
|
|
- return uid;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.uid
|
|
|
|
|
- * @param uid the value for public_release.uid
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setUid(String uid) {
|
|
|
|
|
- this.uid = uid == null ? null : uid.trim();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.aid
|
|
|
|
|
- * @return the value of public_release.aid
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public String getAid() {
|
|
|
|
|
- return aid;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.aid
|
|
|
|
|
- * @param aid the value for public_release.aid
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setAid(String aid) {
|
|
|
|
|
- this.aid = aid == null ? null : aid.trim();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.release_start
|
|
|
|
|
- * @return the value of public_release.release_start
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public Date getReleaseStart() {
|
|
|
|
|
- return releaseStart;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.release_start
|
|
|
|
|
- * @param releaseStart the value for public_release.release_start
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setReleaseStart(Date releaseStart) {
|
|
|
|
|
- this.releaseStart = releaseStart;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.release_end
|
|
|
|
|
- * @return the value of public_release.release_end
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public Date getReleaseEnd() {
|
|
|
|
|
- return releaseEnd;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.release_end
|
|
|
|
|
- * @param releaseEnd the value for public_release.release_end
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setReleaseEnd(Date releaseEnd) {
|
|
|
|
|
- this.releaseEnd = releaseEnd;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.remarks
|
|
|
|
|
- * @return the value of public_release.remarks
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public String getRemarks() {
|
|
|
|
|
- return remarks;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.remarks
|
|
|
|
|
- * @param remarks the value for public_release.remarks
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setRemarks(String remarks) {
|
|
|
|
|
- this.remarks = remarks == null ? null : remarks.trim();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.user_name
|
|
|
|
|
- * @return the value of public_release.user_name
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public String getUserName() {
|
|
|
|
|
- return userName;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.user_name
|
|
|
|
|
- * @param userName the value for public_release.user_name
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setUserName(String userName) {
|
|
|
|
|
- this.userName = userName == null ? null : userName.trim();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.longitude
|
|
|
|
|
- * @return the value of public_release.longitude
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public String getLongitude() {
|
|
|
|
|
- return longitude;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.longitude
|
|
|
|
|
- * @param longitude the value for public_release.longitude
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setLongitude(String longitude) {
|
|
|
|
|
- this.longitude = longitude == null ? null : longitude.trim();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.latitude
|
|
|
|
|
- * @return the value of public_release.latitude
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public String getLatitude() {
|
|
|
|
|
- return latitude;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.latitude
|
|
|
|
|
- * @param latitude the value for public_release.latitude
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setLatitude(String latitude) {
|
|
|
|
|
- this.latitude = latitude == null ? null : latitude.trim();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.status
|
|
|
|
|
- * @return the value of public_release.status
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public Integer getStatus() {
|
|
|
|
|
- return status;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.status
|
|
|
|
|
- * @param status the value for public_release.status
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setStatus(Integer status) {
|
|
|
|
|
- this.status = status;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.create_time
|
|
|
|
|
- * @return the value of public_release.create_time
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public Date getCreateTime() {
|
|
|
|
|
- return createTime;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.create_time
|
|
|
|
|
- * @param createTime the value for public_release.create_time
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setCreateTime(Date createTime) {
|
|
|
|
|
- this.createTime = createTime;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.clock_in
|
|
|
|
|
- * @return the value of public_release.clock_in
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public Integer getClockIn() {
|
|
|
|
|
- return clockIn;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.clock_in
|
|
|
|
|
- * @param clockIn the value for public_release.clock_in
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setClockIn(Integer clockIn) {
|
|
|
|
|
- this.clockIn = clockIn;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.clock_in_time
|
|
|
|
|
- * @return the value of public_release.clock_in_time
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public Date getClockInTime() {
|
|
|
|
|
- return clockInTime;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.clock_in_time
|
|
|
|
|
- * @param clockInTime the value for public_release.clock_in_time
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setClockInTime(Date clockInTime) {
|
|
|
|
|
- this.clockInTime = clockInTime;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.pid
|
|
|
|
|
- * @return the value of public_release.pid
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public String getPid() {
|
|
|
|
|
- return pid;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.pid
|
|
|
|
|
- * @param pid the value for public_release.pid
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setPid(String pid) {
|
|
|
|
|
- this.pid = pid == null ? null : pid.trim();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.pname
|
|
|
|
|
- * @return the value of public_release.pname
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public String getPname() {
|
|
|
|
|
- return pname;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.pname
|
|
|
|
|
- * @param pname the value for public_release.pname
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setPname(String pname) {
|
|
|
|
|
- this.pname = pname == null ? null : pname.trim();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.ufid
|
|
|
|
|
- * @return the value of public_release.ufid
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public String getUfid() {
|
|
|
|
|
- return ufid;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.ufid
|
|
|
|
|
- * @param ufid the value for public_release.ufid
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setUfid(String ufid) {
|
|
|
|
|
- this.ufid = ufid == null ? null : ufid.trim();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.duration
|
|
|
|
|
- * @return the value of public_release.duration
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public Double getDuration() {
|
|
|
|
|
- return duration;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.duration
|
|
|
|
|
- * @param duration the value for public_release.duration
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setDuration(Double duration) {
|
|
|
|
|
- this.duration = duration;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.valid_date
|
|
|
|
|
- * @return the value of public_release.valid_date
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public String getValidDate() {
|
|
|
|
|
- return validDate;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.valid_date
|
|
|
|
|
- * @param validDate the value for public_release.valid_date
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setValidDate(String validDate) {
|
|
|
|
|
- this.validDate = validDate == null ? null : validDate.trim();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.annex_url
|
|
|
|
|
- * @return the value of public_release.annex_url
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public String getAnnexUrl() {
|
|
|
|
|
- return annexUrl;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.annex_url
|
|
|
|
|
- * @param annexUrl the value for public_release.annex_url
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setAnnexUrl(String annexUrl) {
|
|
|
|
|
- this.annexUrl = annexUrl == null ? null : annexUrl.trim();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method returns the value of the database column public_release.photo_url
|
|
|
|
|
- * @return the value of public_release.photo_url
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public String getPhotoUrl() {
|
|
|
|
|
- return photoUrl;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method sets the value of the database column public_release.photo_url
|
|
|
|
|
- * @param photoUrl the value for public_release.photo_url
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- public void setPhotoUrl(String photoUrl) {
|
|
|
|
|
- this.photoUrl = photoUrl == null ? null : photoUrl.trim();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * This method was generated by MyBatis Generator. This method corresponds to the database table public_release
|
|
|
|
|
- * @mbg.generated Thu Jun 10 15:22:12 CST 2021
|
|
|
|
|
- */
|
|
|
|
|
- @Override
|
|
|
|
|
- public String toString() {
|
|
|
|
|
- StringBuilder sb = new StringBuilder();
|
|
|
|
|
- sb.append(getClass().getSimpleName());
|
|
|
|
|
- sb.append(" [");
|
|
|
|
|
- sb.append("Hash = ").append(hashCode());
|
|
|
|
|
- sb.append(", id=").append(id);
|
|
|
|
|
- sb.append(", uid=").append(uid);
|
|
|
|
|
- sb.append(", aid=").append(aid);
|
|
|
|
|
- sb.append(", releaseStart=").append(releaseStart);
|
|
|
|
|
- sb.append(", releaseEnd=").append(releaseEnd);
|
|
|
|
|
- sb.append(", remarks=").append(remarks);
|
|
|
|
|
- sb.append(", userName=").append(userName);
|
|
|
|
|
- sb.append(", longitude=").append(longitude);
|
|
|
|
|
- sb.append(", latitude=").append(latitude);
|
|
|
|
|
- sb.append(", status=").append(status);
|
|
|
|
|
- sb.append(", createTime=").append(createTime);
|
|
|
|
|
- sb.append(", clockIn=").append(clockIn);
|
|
|
|
|
- sb.append(", clockInTime=").append(clockInTime);
|
|
|
|
|
- sb.append(", pid=").append(pid);
|
|
|
|
|
- sb.append(", pname=").append(pname);
|
|
|
|
|
- sb.append(", ufid=").append(ufid);
|
|
|
|
|
- sb.append(", duration=").append(duration);
|
|
|
|
|
- sb.append(", validDate=").append(validDate);
|
|
|
|
|
- sb.append(", annexUrl=").append(annexUrl);
|
|
|
|
|
- sb.append(", photoUrl=").append(photoUrl);
|
|
|
|
|
- sb.append(", serialVersionUID=").append(serialVersionUID);
|
|
|
|
|
- sb.append("]");
|
|
|
|
|
- return sb.toString();
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ public Integer getId() {
|
|
|
|
|
+ return id;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setId(Integer id) {
|
|
|
|
|
+ this.id = id;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getUid() {
|
|
|
|
|
+ return uid;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setUid(String uid) {
|
|
|
|
|
+ this.uid = uid;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getAid() {
|
|
|
|
|
+ return aid;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setAid(String aid) {
|
|
|
|
|
+ this.aid = aid;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Date getReleaseStart() {
|
|
|
|
|
+ return releaseStart;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setReleaseStart(Date releaseStart) {
|
|
|
|
|
+ this.releaseStart = releaseStart;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Date getReleaseEnd() {
|
|
|
|
|
+ return releaseEnd;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setReleaseEnd(Date releaseEnd) {
|
|
|
|
|
+ this.releaseEnd = releaseEnd;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getRemarks() {
|
|
|
|
|
+ return remarks;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setRemarks(String remarks) {
|
|
|
|
|
+ this.remarks = remarks;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getAnnexUrl() {
|
|
|
|
|
+ return annexUrl;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setAnnexUrl(String annexUrl) {
|
|
|
|
|
+ this.annexUrl = annexUrl;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getUserName() {
|
|
|
|
|
+ return userName;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setUserName(String userName) {
|
|
|
|
|
+ this.userName = userName;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getLongitude() {
|
|
|
|
|
+ return longitude;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLongitude(String longitude) {
|
|
|
|
|
+ this.longitude = longitude;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getLatitude() {
|
|
|
|
|
+ return latitude;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setLatitude(String latitude) {
|
|
|
|
|
+ this.latitude = latitude;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getStatus() {
|
|
|
|
|
+ return status;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setStatus(Integer status) {
|
|
|
|
|
+ this.status = status;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Date getCreateTime() {
|
|
|
|
|
+ return createTime;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setCreateTime(Date createTime) {
|
|
|
|
|
+ this.createTime = createTime;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getClockIn() {
|
|
|
|
|
+ return clockIn;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setClockIn(Integer clockIn) {
|
|
|
|
|
+ this.clockIn = clockIn;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Date getClockInTime() {
|
|
|
|
|
+ return clockInTime;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setClockInTime(Date clockInTime) {
|
|
|
|
|
+ this.clockInTime = clockInTime;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getPhotoUrl() {
|
|
|
|
|
+ return photoUrl;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setPhotoUrl(String photoUrl) {
|
|
|
|
|
+ this.photoUrl = photoUrl;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getPid() {
|
|
|
|
|
+ return pid;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setPid(String pid) {
|
|
|
|
|
+ this.pid = pid;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getPname() {
|
|
|
|
|
+ return pname;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setPname(String pname) {
|
|
|
|
|
+ this.pname = pname;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getUfid() {
|
|
|
|
|
+ return ufid;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setUfid(String ufid) {
|
|
|
|
|
+ this.ufid = ufid;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Double getDuration() {
|
|
|
|
|
+ return duration;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setDuration(Double duration) {
|
|
|
|
|
+ this.duration = duration;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getValidDate() {
|
|
|
|
|
+ return validDate;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setValidDate(String validDate) {
|
|
|
|
|
+ this.validDate = validDate;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getNewUser() {
|
|
|
|
|
+ return newUser;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setNewUser(Integer newUser) {
|
|
|
|
|
+ this.newUser = newUser;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getSignSum() {
|
|
|
|
|
+ return signSum;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setSignSum(Integer signSum) {
|
|
|
|
|
+ this.signSum = signSum;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getMainStatus() {
|
|
|
|
|
+ return mainStatus;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setMainStatus(Integer mainStatus) {
|
|
|
|
|
+ this.mainStatus = mainStatus;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getSupplement() {
|
|
|
|
|
+ return supplement;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setSupplement(String supplement) {
|
|
|
|
|
+ this.supplement = supplement;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public String getAuditInfo() {
|
|
|
|
|
+ return auditInfo;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setAuditInfo(String auditInfo) {
|
|
|
|
|
+ this.auditInfo = auditInfo;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|