|
@@ -1,12 +1,12 @@
|
|
|
package com.usoftchina.saas.document.dto;
|
|
package com.usoftchina.saas.document.dto;
|
|
|
|
|
|
|
|
-import com.usoftchina.saas.base.entity.CommonBaseEntity;
|
|
|
|
|
|
|
+import com.usoftchina.saas.base.dto.CommonBaseDTO;
|
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
import java.io.Serializable;
|
|
import java.io.Serializable;
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
|
@Data
|
|
@Data
|
|
|
-public class ProductDTO extends CommonBaseEntity implements Serializable {
|
|
|
|
|
|
|
+public class ProductDTO extends CommonBaseDTO implements Serializable {
|
|
|
|
|
|
|
|
private String pr_code;
|
|
private String pr_code;
|
|
|
private String pr_detail;
|
|
private String pr_detail;
|