库存表新增字段以及存值
This commit is contained in:
@@ -252,7 +252,7 @@ public class RkInfo extends BaseEntity
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date endDate;
|
||||
/** 场景 */
|
||||
@Excel(name = "场景")
|
||||
@Excel(name = "场景",readConverterExp = "HJ=货架,DC=堆场")
|
||||
private String scene;
|
||||
public void setId(Long id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user