|
@@ -285,4 +285,10 @@ public class GoodsDonSku extends BaseEntity {
|
|
|
*/
|
|
*/
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private Integer nanoQuota;
|
|
private Integer nanoQuota;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * cc最高约可使用次数
|
|
|
|
|
+ */
|
|
|
|
|
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
|
|
+ private Integer highestUsage;
|
|
|
}
|
|
}
|