修复:企业注册时间、注册资本
This commit is contained in:
@ -450,6 +450,10 @@ public class BusMerchantBo extends BaseEntity {
|
|||||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||||
@JsonFormat(timezone = "GMT+8",pattern="yyyy-MM-dd")
|
@JsonFormat(timezone = "GMT+8",pattern="yyyy-MM-dd")
|
||||||
private Date endTime;
|
private Date endTime;
|
||||||
|
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||||
|
@JsonFormat(timezone = "GMT+8",pattern="yyyy-MM-dd")
|
||||||
|
private Date regdate;
|
||||||
|
private String registeredAssets;
|
||||||
|
|
||||||
private String scaleName;
|
private String scaleName;
|
||||||
|
|
||||||
|
|||||||
@ -460,6 +460,9 @@ public class BusMerchantVo implements Serializable {
|
|||||||
|
|
||||||
private Integer isCanSetScale = 0;
|
private Integer isCanSetScale = 0;
|
||||||
|
|
||||||
|
private Date regdate;
|
||||||
|
private String registeredAssets;
|
||||||
|
|
||||||
public String getVerifyStatusName() {
|
public String getVerifyStatusName() {
|
||||||
if(this.verifyStatus != null){
|
if(this.verifyStatus != null){
|
||||||
if(this.verifyStatus.equals(0l)){
|
if(this.verifyStatus.equals(0l)){
|
||||||
|
|||||||
Reference in New Issue
Block a user