币种转换
This commit is contained in:
@ -49,7 +49,7 @@ public class UpdateLngPngDemandDto implements Serializable {
|
||||
*/
|
||||
@LogField(name="版本号",index=2)
|
||||
@ApiModelProperty("版本号(初始为1,变更时+1)")
|
||||
private Byte verNo;
|
||||
private Byte verNo = 1;
|
||||
|
||||
/**
|
||||
* 最新版本标识(Y-是,N-否;版本1主键相同的记录中只有一个Y;版本变更时将版本1主键相同的其他记录置为N)
|
||||
|
||||
Reference in New Issue
Block a user