资源甘特图提示

yun-zuoyi
andly.pan 4 years ago
parent 80851b5a06
commit 64e48bf350

@ -0,0 +1,23 @@
package cn.estsh.i3plus.pojo.aps.model;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiParam;
import lombok.Data;
import java.util.List;
/**
* @Description :
* @Reference :
* @Author : pantianhu
* @CreateDate : 2021-11-22 15:51
* @Modify:
**/
@Data
@Api("资源甘特图警告提示")
public class PromptModel {
@ApiParam(value ="同工序跨设备提示")
private List<String> promptMessage;
}
Loading…
Cancel
Save