## 去掉重复字段;
This commit is contained in:
parent
158c5e8a9b
commit
3a2f7c4f26
|
@ -18,11 +18,10 @@ import lombok.experimental.Accessors;
|
|||
* 日结算阶段表
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Accessors(chain = true)
|
||||
@KeySequence("CU_MEMBER_RETAIL_DETAIL_SEQ")
|
||||
@TableName("CU_MEMBER_RETAIL_DETAIL")
|
||||
public class CuMemberRetailDetail extends BaseEntity {
|
||||
public class CuMemberRetailDetail {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
Loading…
Reference in New Issue