|
|
@@ -65,6 +65,11 @@ public class PublicReleaseDetails implements Serializable {
|
|
|
*/
|
|
|
private String districtName;
|
|
|
|
|
|
+ /**
|
|
|
+ * 打卡说明
|
|
|
+ */
|
|
|
+ private String clockInRemarks;
|
|
|
+
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
public Integer getId() {
|
|
|
@@ -162,4 +167,12 @@ public class PublicReleaseDetails implements Serializable {
|
|
|
public void setDistrictName(String districtName) {
|
|
|
this.districtName = districtName;
|
|
|
}
|
|
|
+
|
|
|
+ public String getClockInRemarks() {
|
|
|
+ return clockInRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setClockInRemarks(String clockInRemarks) {
|
|
|
+ this.clockInRemarks = clockInRemarks;
|
|
|
+ }
|
|
|
}
|