This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package jnpf.model;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@Builder
|
||||
public class ClockResultVO {
|
||||
/**
|
||||
* 打卡返回类型(1打卡成功 2已打卡)
|
||||
*/
|
||||
private Integer type;
|
||||
/**
|
||||
* 格言
|
||||
*/
|
||||
private String aphorism;
|
||||
}
|
||||
Reference in New Issue
Block a user