Commit c807255b by 徐高华

导购任务

parent 6c16795a
...@@ -31,6 +31,16 @@ public class ClerkTaskContentPageVO implements Serializable{ ...@@ -31,6 +31,16 @@ public class ClerkTaskContentPageVO implements Serializable{
private int statusFlag; private int statusFlag;
/**拒绝理由*/ /**拒绝理由*/
private String reason; private String reason;
// 上报类型1截图2内容链接
private int upType ;
public int getUpType() {
return upType;
}
public void setUpType(int upType) {
this.upType = upType;
}
public Long getContentLogId() { public Long getContentLogId() {
return contentLogId; return contentLogId;
......
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