master
parent
77cc995fdc
commit
7f80937b9c
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,18 @@
|
||||||
|
package com.muyu.domain;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Author:chaiyapeng
|
||||||
|
* @Package:com.muyu.domain
|
||||||
|
* @Project:cloud-port
|
||||||
|
* @name:News
|
||||||
|
* @Date:2024/8/29 15:38
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
public class News {
|
||||||
|
private String title;
|
||||||
|
private String date;
|
||||||
|
private String category;
|
||||||
|
private String authorName;
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
40087
logs/cloud-etl/error.log
40087
logs/cloud-etl/error.log
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue