修改印花scale数据类型为数组
This commit is contained in:
@@ -41,7 +41,7 @@ public class DesignItemDetailPrint {
|
||||
/**
|
||||
* 印花缩放比例
|
||||
*/
|
||||
private Double scale;
|
||||
private Double[] scale;
|
||||
/**
|
||||
* 印花旋转角度
|
||||
*/
|
||||
|
||||
@@ -19,7 +19,7 @@ public class SubscriptionInfo extends BaseEntity{
|
||||
// month || year
|
||||
private String type;
|
||||
|
||||
// active || expired
|
||||
// active || canceled
|
||||
private String status = "active";
|
||||
|
||||
private byte cancelNotified = (byte)0;
|
||||
|
||||
Reference in New Issue
Block a user