|
|
@@ -100,10 +100,7 @@ public class Contract {
|
|
|
*/
|
|
|
private Integer taskDistribution;
|
|
|
|
|
|
- /**
|
|
|
- * 公示状态
|
|
|
- */
|
|
|
- private Integer publicStatus;
|
|
|
+
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column contract.id
|
|
|
@@ -447,11 +444,5 @@ public class Contract {
|
|
|
this.taskDistribution = taskDistribution;
|
|
|
}
|
|
|
|
|
|
- public Integer getPublicStatus() {
|
|
|
- return publicStatus;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPublicStatus(Integer publicStatus) {
|
|
|
- this.publicStatus = publicStatus;
|
|
|
- }
|
|
|
+
|
|
|
}
|