Merge branch 'dev' of http://47.94.165.164:13000/geg-gas/geg-gas-pcitc into dev
This commit is contained in:
@ -18,7 +18,7 @@ import java.io.Serializable;
|
||||
*/
|
||||
@Data
|
||||
@LogTable(source="lng_customer_group_customer",name="客户组")
|
||||
public class UpdateLngCustomerGroupCustomerDto implements Serializable {
|
||||
public class UpdateLngCustomerGroupCustomerDto extends com.xjrsoft.common.model.base.BaseModel {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
@ -2,6 +2,8 @@ package com.xjrsoft.module.sales.dto;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.pictc.annotations.datalog.*;
|
||||
import com.xjrsoft.common.model.base.BaseModel;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@ -19,7 +21,7 @@ import java.util.List;
|
||||
*/
|
||||
@Data
|
||||
@LogTable(source="lng_customer_group",name="客户组")
|
||||
public class UpdateLngCustomerGroupDto implements Serializable {
|
||||
public class UpdateLngCustomerGroupDto extends BaseModel {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user