Commit ae76ae2d authored by neo's avatar neo

[DEV] fixed task add getter and setter

parent a3d76f15
......@@ -3,7 +3,10 @@ package pwc.taxtech.atms.dto.vatdto;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.alibaba.fastjson.TypeReference;
import lombok.Getter;
import lombok.Setter;
import org.apache.commons.lang3.StringUtils;
import org.apache.ibatis.annotations.Select;
import pwc.taxtech.atms.common.util.MyAsserts;
import pwc.taxtech.atms.entity.Project;
import pwc.taxtech.atms.entity.Template;
......@@ -42,6 +45,8 @@ public class WrapPeriodJobDto {
return job;
}
@Getter
@Setter
public static class Task {
String code;
String status;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment