|
@@ -3,8 +3,10 @@ package com.gqy.document.domain;
|
|
|
import com.alibaba.fastjson2.JSON;
|
|
|
import com.gqy.common.annotation.Excel;
|
|
|
|
|
|
-import javax.validation.constraints.NotNull;
|
|
|
|
|
|
+/**
|
|
|
+ * 工程类别表
|
|
|
+ */
|
|
|
public class Work {
|
|
|
|
|
|
private Long wkId;
|
|
@@ -54,13 +56,7 @@ public class Work {
|
|
|
this.wkName = wkName;
|
|
|
}
|
|
|
|
|
|
-// public Long getWkSysId() {
|
|
|
-// return wkSysId;
|
|
|
-// }
|
|
|
-//
|
|
|
-// public void setWkSysId(Long wkSysId) {
|
|
|
-// this.wkSysId = wkSysId;
|
|
|
-// }
|
|
|
+
|
|
|
|
|
|
public String getWkRemark() {
|
|
|
return wkRemark;
|