|
@@ -1,5 +1,6 @@
|
|
|
package com.cyksj.model.views;
|
|
package com.cyksj.model.views;
|
|
|
|
|
|
|
|
|
|
+import com.ejlchina.searcher.bean.DbField;
|
|
|
import com.ejlchina.searcher.bean.DbIgnore;
|
|
import com.ejlchina.searcher.bean.DbIgnore;
|
|
|
import com.ejlchina.searcher.bean.SearchBean;
|
|
import com.ejlchina.searcher.bean.SearchBean;
|
|
|
import com.fasterxml.jackson.annotation.JsonInclude;
|
|
import com.fasterxml.jackson.annotation.JsonInclude;
|
|
@@ -129,4 +130,14 @@ public class GoodsDonSkuFrontView {
|
|
|
* 排序
|
|
* 排序
|
|
|
*/
|
|
*/
|
|
|
private Integer sorted;
|
|
private Integer sorted;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 限制次数
|
|
|
|
|
+ */
|
|
|
|
|
+ private Integer gptLimitNum;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 限制时间
|
|
|
|
|
+ */
|
|
|
|
|
+ private Long gptLimitTime;
|
|
|
}
|
|
}
|