Merge remote-tracking branch 'origin/master'
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ import java.util.List;
|
||||
*
|
||||
*/
|
||||
@Configuration
|
||||
@MapperScan(value={"com.jero.member.mapper"})
|
||||
@MapperScan(value={"com.jero.**.mapper*"})
|
||||
public class MybatisPlusConfig {
|
||||
|
||||
/**
|
||||
|
||||
@@ -77,11 +77,9 @@ public class MemberProject implements Serializable {
|
||||
/**
|
||||
* 运行年份
|
||||
*/
|
||||
@Excel(name = "运行年份", width = 15, format = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "运行年份", width = 15)
|
||||
@ApiModelProperty(value = "运行年份")
|
||||
private java.time.LocalDate particularYear;
|
||||
private String particularYear;
|
||||
|
||||
/**
|
||||
* 负责人id
|
||||
|
||||
Reference in New Issue
Block a user