|
@ -16,10 +16,6 @@ public class IcPartyMemberPointDTO implements Serializable { |
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 唯一标识 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String id; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 客户Id (customer.id) |
|
|
* 客户Id (customer.id) |
|
@ -116,4 +112,4 @@ public class IcPartyMemberPointDTO implements Serializable { |
|
|
*/ |
|
|
*/ |
|
|
private Date updatedTime; |
|
|
private Date updatedTime; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|