Commit df011e1f by zhangshaowu

init

1 parent 6fa4d339
package com.pipihelper.project.rostering.model; package com.pipihelper.project.rostering.model;
import lombok.Data;
import java.util.Date; import java.util.Date;
/** /**
...@@ -7,6 +9,7 @@ import java.util.Date; ...@@ -7,6 +9,7 @@ import java.util.Date;
* @author: zsw * @author: zsw
* @create: 2022-10-14 16:52 * @create: 2022-10-14 16:52
**/ **/
@Data
public class RosteringModel { public class RosteringModel {
/** /**
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!