Commit 5a450900 by 吴迪

【新增】修改类表名

parent 4a5c44cc
......@@ -15,7 +15,7 @@ import lombok.Data;
* @date 2021-12-06 16:04:53
*/
@Data
@TableName("EAN_UPC")
@TableName("center_outer.dbo.EAN_UPC")
public class EanUpcEntity implements Serializable {
private static final long serialVersionUID = 1L;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment